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"), _
 CategoryAttribute("Behavior"), _
 DescriptionAttribute("Base32 string used to verify serials. Must be generated by Ellipter programatically or by GUI.")>

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