C# 클래스 NSoft.NFramework.Licensing.LicenseValidator

Disk에 저장된 라이선스 파일에 대한 라이선스의 유효화에 대한 검증을 수행합니다.
상속: AbstractLicenseValidator
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
AssertValidLicense ( ) : void

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

LicenseValidator ( string publicKey, string licensePath ) : System

생성자

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

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

메소드 상세

AssertValidLicense() 공개 메소드

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

LicenseValidator() 공개 메소드

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

LicenseValidator() 공개 메소드

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

RemoveExistingLicense() 공개 메소드

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