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

상속: ILicensingService
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
LeaseLicense ( string machine, string user, System.Guid id ) : string

사용자에게 만료된 Floating 라이선스를 제공합니다.

LicensingService ( ) : System

생성자

비공개 메소드들

메소드 설명
EnsureLicenseDirectoryExists ( string licensesDirectory ) : void
GenerateLicense ( System.Guid id, LicenseValidator validator, string>.IDictionary attributes ) : string
GenerateLicenseAndRenewLease ( string identifier, System.Guid id, LicenseValidator licenseValidator, string>.IDictionary attributes ) : string
ReadAvailableLicenses ( string licensesDirectory ) : void
ReadInitialState ( ) : void
ReadState ( Stream stream ) : void
WriteState ( Stream stream ) : void

메소드 상세

LeaseLicense() 공개 메소드

사용자에게 만료된 Floating 라이선스를 제공합니다.
public LeaseLicense ( string machine, string user, System.Guid id ) : string
machine string machine name
user string user name
id System.Guid Id of the license holder
리턴 string

LicensingService() 공개 메소드

생성자
public LicensingService ( ) : System
리턴 System