ServiceCredentialsMacAlgorithm Property
|
MAC calculation algorithm of outgoing and incoming messages
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic HashAlgorithm MacAlgorithm { get; }
Public ReadOnly Property MacAlgorithm As HashAlgorithm
Get
public:
virtual property HashAlgorithm^ MacAlgorithm {
HashAlgorithm^ get () sealed;
}
abstract MacAlgorithm : HashAlgorithm with get
override MacAlgorithm : HashAlgorithm with get
Property Value
Type:
HashAlgorithmImplements
IServiceCredentialsMacAlgorithm
See Also