C# Class NSoft.NFramework.Licensing.LicenseValidator

Disk에 저장된 라이선스 파일에 대한 라이선스의 유효화에 대한 검증을 수행합니다.
Inheritance: AbstractLicenseValidator
显示文件 Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AssertValidLicense ( ) : void

로드된 라이선스를 검증합니다.

LicenseValidator ( string publicKey, string licensePath ) : System

생성자

LicenseValidator ( string publicKey, string licensePath, string licenseServerUrl, System.Guid clientId ) : System
RemoveExistingLicense ( ) : void

기존 라이선스 정보를 제거합니다.

Method Details

AssertValidLicense() public method

로드된 라이선스를 검증합니다.
public AssertValidLicense ( ) : void
return void

LicenseValidator() public method

생성자
public LicenseValidator ( string publicKey, string licensePath ) : System
publicKey string public key
licensePath string 라이선스 파일 전체 경로
return System

LicenseValidator() public method

public LicenseValidator ( string publicKey, string licensePath, string licenseServerUrl, System.Guid clientId ) : System
publicKey string
licensePath string
licenseServerUrl string
clientId System.Guid
return System

RemoveExistingLicense() public method

기존 라이선스 정보를 제거합니다.
public RemoveExistingLicense ( ) : void
return void