 | SecurIdSdtidTokenSeedEncryptionIV Property |
Gets the initialization vector (IV) for Seed encryption
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxprotected 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:
Byte
See Also