The private key used to generate the serial
Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PrivateKey As String |
| C# |
|---|
| public string PrivateKey { get; set; } |
| C++ |
|---|
| public property string PrivateKey sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_PrivateKey(); /** property */ public void set_PrivateKey(string value); |
| JScript |
|---|
| public function get PrivateKey() : String public function set PrivateKey(value : String); |