Package | stimulsoft.base.licenses |
Class | public class StiLicense |
Inheritance | StiLicense ![]() |
Property | Defined By | ||
---|---|---|---|
key : String [static] A string representation of the license key. | StiLicense | ||
licenseKey : StiLicenseKey [static] | StiLicense |
Method | Defined By | ||
---|---|---|---|
loadFromString(licenseKey:String):void [static] Loads a license key from the specified string. | StiLicense | ||
setNewLicenseKey(value:String, throwException:Boolean = true):void [static] | StiLicense |
key | property |
key:String
A string representation of the license key.
public static function get key():String
public static function set key(value:String):void
licenseKey | property |
public static var licenseKey:StiLicenseKey
loadFromString | () | method |
public static function loadFromString(licenseKey:String):void
Loads a license key from the specified string.
Parameters
licenseKey:String |
setNewLicenseKey | () | method |
public static function setNewLicenseKey(value:String, throwException:Boolean = true):void
Parameters
value:String | |
throwException:Boolean (default = true )
|