The symmetric key used for encryption and decryption.
Namespace: Simol.SecurityAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string Key { get; set; } |
| Visual Basic |
|---|
Public Property Key As String Get Set |
| Visual C++ |
|---|
public: property String^ Key { String^ get (); void set (String^ value); } |
Field Value
The key.
Remarks
Use GenerateKey()()()() to create a new key.