Свойство | Type | Description | |
---|---|---|---|
Log | log4net.ILog | ||
TimeServers | string[] |
Méthode | Description | |
---|---|---|
AssertValidLicense ( ) : void |
Validates loaded license
|
|
DisableFutureChecks ( ) : void |
Disables further license checks for the session.
|
|
RemoveExistingLicense ( ) : void |
Removes existing license from the machine.
|
|
TryLoadingLicenseValuesFromValidatedXml ( ) : bool |
Loads license data from validated license file.
|
Méthode | Description | |
---|---|---|
AbstractLicenseValidator ( string publicKey, bool enableDiscovery = true ) : System |
Creates a license validator with specfied public key.
|
|
AbstractLicenseValidator ( string publicKey, string licenseServerUrl, System.Guid clientId ) : System |
Creates a license validator using the client information and a service endpoint address to validate the license.
|
|
TryOverwritingWithNewLicense ( string newLicense ) : bool |
Loads the license file.
|
Méthode | Description | |
---|---|---|
DiscoveryHostOnClientDiscovered ( object sender, Rhino.Licensing.Discovery.DiscoveryHost clientDiscoveredEventArgs ) : void | ||
HasExistingLicense ( ) : bool | ||
LeaseLicenseAgain ( object state ) : void | ||
RaiseLicenseInvalidated ( ) : void | ||
RaiseMultipleLicenseDiscovered ( Rhino.Licensing.Discovery.DiscoveryHost args ) : void | ||
TryGetValidDocument ( string licensePublicKey, |
||
TryGettingNewLeaseSubscription ( ) : void | ||
ValidateFloatingLicense ( string publicKeyOfFloatingLicense ) : bool | ||
ValidateSubscription ( ) : bool | ||
ValidateUsingNetworkTime ( ) : void | ||
ValidateWithoutUsingSubscriptionLeasing ( ) : bool | ||
ValidateXmlDocumentLicense ( |
protected AbstractLicenseValidator ( string publicKey, bool enableDiscovery = true ) : System | ||
publicKey | string | public key |
enableDiscovery | bool | Whether to enable the client discovery server to detect duplicate licenses used on the same network. |
Résultat | System |
protected AbstractLicenseValidator ( string publicKey, string licenseServerUrl, System.Guid clientId ) : System | ||
publicKey | string | |
licenseServerUrl | string | |
clientId | System.Guid | |
Résultat | System |
public TryLoadingLicenseValuesFromValidatedXml ( ) : bool | ||
Résultat | bool |
protected TryOverwritingWithNewLicense ( string newLicense ) : bool | ||
newLicense | string | |
Résultat | bool |