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