| SecurIdTokenEncryptedSeed Property |
Gets the encrypted seed value of the current
SecurIdToken object.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public byte[] EncryptedSeed { get; }
Public ReadOnly Property EncryptedSeed As Byte()
Get
public:
property array<unsigned char>^ EncryptedSeed {
array<unsigned char>^ get ();
}
member EncryptedSeed : byte[] with get
Property Value
Type:
ByteSee Also