Свойство | Type | Description | |
---|---|---|---|
AddKeysFromFile | void | ||
CheckConfig | void | ||
IsKeyFormatValid | bool |
Méthode | Description | |
---|---|---|
Activate ( Stream stream ) : LicenceKeyResults |
Activates the data pointed to by the stream.
|
|
Activate ( byte data ) : LicenceKeyResults |
Activates the data array containing the premium data.
|
|
Activate ( string licenceKey ) : LicenceKeyResults |
Activates the licence key provided.
|
|
AddKey ( string key ) : void |
Adds a licence key to the list of available licence keys at runtime. This method can be used by 3rd party assemblies to set licence keys.
|
Méthode | Description | |
---|---|---|
AddKeysFromFile ( List |
Adds the valid licence keys from the files provided.
|
|
CheckConfig ( ) : void |
Checks
|
|
IsKeyFormatValid ( string key ) : bool |
Returns true if the key format is valid. i.e. it contains only upper case letters and numbers.
|
public static Activate ( Stream stream ) : LicenceKeyResults | ||
stream | Stream | Stream to data to activate |
Résultat | LicenceKeyResults |
public static Activate ( byte data ) : LicenceKeyResults | ||
data | byte | Data to activate |
Résultat | LicenceKeyResults |
public static Activate ( string licenceKey ) : LicenceKeyResults | ||
licenceKey | string | Licence key |
Résultat | LicenceKeyResults |
public static AddKey ( string key ) : void | ||
key | string | Valid licence key |
Résultat | void |