Property | Type | Description | |
---|---|---|---|
TimeServers | string[] |
Method | Description | |
---|---|---|
AssertValidLicense ( ) : void |
로드된 라이선스를 검증합니다.
|
|
DisableFutureChecks ( ) : void | ||
RemoveExistingLicense ( ) : void |
기존 라이선스 정보를 제거합니다.
|
|
TryLoadingLicenseValuesFromValidatedXml ( ) : bool |
유효한 라이선스 파일로부터 라이선스 정보를 로드합니다.
|
Method | Description | |
---|---|---|
AbstractLicenseValidator ( string publicKey ) : System | ||
AbstractLicenseValidator ( string publicKey, string licenseServerUrl, System.Guid clientId ) : System | ||
TryOverwritingWithNewLicense ( string newLicense ) : bool |
라이선스 파일을 로드합니다.
|
Method | Description | |
---|---|---|
GetInvalidationKind ( ) : InvalidationKind | ||
HasExistingLicense ( ) : bool | ||
LeaseLicenseAgain ( object state ) : void | ||
RaiseLicenseInvalidated ( ) : void | ||
TryGetVaidateDocument ( string licensePublicKey, |
||
TryGettingNewLeaseSubscription ( ) : void | ||
ValidateFloatingLicense ( string publicKeyOfFloatingLicense ) : bool | ||
ValidateSubscription ( ) : bool | ||
ValidateUsingNetworkTime ( ) : void | ||
ValidateWithoutUsingSubscriptionLeasing ( ) : bool | ||
ValidateXmlDocumentLicense ( |
protected AbstractLicenseValidator ( string publicKey ) : System | ||
publicKey | string | |
return | System |
protected AbstractLicenseValidator ( string publicKey, string licenseServerUrl, System.Guid clientId ) : System | ||
publicKey | string | |
licenseServerUrl | string | |
clientId | System.Guid | |
return | System |
public TryLoadingLicenseValuesFromValidatedXml ( ) : bool | ||
return | bool |
protected TryOverwritingWithNewLicense ( string newLicense ) : bool | ||
newLicense | string | |
return | bool |