Property | Type | Description |
---|
Method | Description | |
---|---|---|
RegistryLicenseStore ( ) : System | ||
RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System | ||
StoreLicense ( string license ) : void | ||
TryReadLicense ( string &license ) : bool |
public RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System | ||
regKey | RegistryKey | |
keyPath | string | |
keyName | string | |
return | System |
public StoreLicense ( string license ) : void | ||
license | string | |
return | void |
public TryReadLicense ( string &license ) : bool | ||
license | string | |
return | bool |