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


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

Syntax

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

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

/** property */
public void set_PublicKey(string value);
JScript
public function get PublicKey() : String

public function set PublicKey(value : String);

See Also