Key Property
The derived key.
Syntax
[VB.NET] Public ReadOnlyProperty Key As String Public ReadOnlyProperty KeyB As Byte()
[C#] public string Key {get;} public byte[] KeyB {get;}
Remarks
This property holds the derived key. After calling CreateKey this property will be populated.
This property is read-only.
Default Value
""