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