| SecurIdSdtidTokenBatchMacHashIV Property |
Gets the initialization vector (IV) for calculating the Batch message authentication code (MAC)
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected byte[] BatchMacHashIV { get; }
Protected ReadOnly Property BatchMacHashIV As Byte()
Get
protected:
property array<unsigned char>^ BatchMacHashIV {
array<unsigned char>^ get ();
}
member BatchMacHashIV : byte[] with get
Property Value
Type:
ByteSee Also