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


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

Syntax

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

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