Method | Description | |
---|---|---|
GenerateFloatingLicense ( string privateKey, string name, string publicKey ) : string |
Floating 라이선스를 생성합니다. 참고 : http://en.wikipedia.org/wiki/Floating_licensing
|
|
GenerateLicense ( string privateKey, string name, System.Guid id, System.DateTime expirationDate, string>.IDictionary |
새로운 라이선스를 생성합니다.
|
Method | Description | |
---|---|---|
CreateDocument ( System.Guid id, string name, System.DateTime expirationDate, string>.IDictionary |
||
GetXmlDigitalSignature ( |
public static GenerateFloatingLicense ( string privateKey, string name, string publicKey ) : string | ||
privateKey | string | 제품의 Private Key |
name | string | 라이선스 명 |
publicKey | string | 제품의 Public Key |
return | string |
public static GenerateLicense ( string privateKey, string name, System.Guid id, System.DateTime expirationDate, string>.IDictionary |
||
privateKey | string | 제품의 Private Key |
name | string | 라이선스 소유자 명 |
id | System.Guid | 라이선스 소유자 Id |
expirationDate | System.DateTime | 라이선스 유효기간 |
attributes | string>.IDictionary | 라이선스 속성 |
licenseKind | LicenseKind | 라이선스 종류 |
return | string |