| SecurIdSdtidTokenSeedEncryptionIV Property |
Gets the initialization vector (IV) for Seed encryption
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected byte[] SeedEncryptionIV { get; }
Protected ReadOnly Property SeedEncryptionIV As Byte()
Get
protected:
property array<unsigned char>^ SeedEncryptionIV {
array<unsigned char>^ get ();
}
member SeedEncryptionIV : byte[] with get
Property Value
Type:
ByteSee Also