Get MAC tag that has hash algorithm set, but hash value is a byte array containing zeros.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected static ImprintTag GetEmptyMacTag(
HashAlgorithm macAlgorithm
)
Protected Shared Function GetEmptyMacTag (
macAlgorithm As HashAlgorithm
) As ImprintTag
protected:
static ImprintTag^ GetEmptyMacTag(
HashAlgorithm^ macAlgorithm
)
static member GetEmptyMacTag :
macAlgorithm : HashAlgorithm -> ImprintTag
Parameters
- macAlgorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
MAC algorithm
Return Value
Type:
ImprintTag
See Also