Set MAC tag value
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected void SetMacValue(
HashAlgorithm macAlgorithm,
byte[] key
)
Protected Sub SetMacValue (
macAlgorithm As HashAlgorithm,
key As Byte()
)
protected:
void SetMacValue(
HashAlgorithm^ macAlgorithm,
array<unsigned char>^ key
)
member SetMacValue :
macAlgorithm : HashAlgorithm *
key : byte[] -> unit
Parameters
- macAlgorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
- key
- Type: SystemByte
HMAC key
See Also