The private key used to generate the serial
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public WriteOnly Property PrivateKey As String <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string PrivateKey { [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string PrivateKey sealed { void set(String value); } |
| J# |
|---|
| /** property */ public void set_PrivateKey(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function set PrivateKey(value : String); |