Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI.


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute("null"), _
DescriptionAttribute("Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI."), _
CategoryAttribute("Behavior")>

Public Property PrivateKey As String
C#
[DefaultValueAttribute("null")]
[DescriptionAttribute("Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI.")]
[CategoryAttribute("Behavior")]
public string PrivateKey { get; set; }
C++
[DefaultValueAttribute(L"null")]
[DescriptionAttribute(L"Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI.")]
[CategoryAttribute(L"Behavior")]
public property string PrivateKey sealed {
String get();
void set(String value);
}
J#
/** @attribute DefaultValueAttribute("null") */
/** @attribute DescriptionAttribute("Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI.") */
/** @attribute CategoryAttribute("Behavior") */
/** property */
public string get_PrivateKey();

/** property */
public void set_PrivateKey(string value);
JScript
public function get PrivateKey() : String

public function set PrivateKey(value : String);

See Also