LicenseVerification Class |
Namespace: TreeksLicensingLibrary2
The LicenseVerification type exposes the following members.
Name | Description | |
---|---|---|
LicenseVerification |
Initializes license verification class and allows the public key to be set by SetPublicKey method.
| |
LicenseVerification(String) |
Initializes license verification class and sets the public key used to verify license authenticity.
|
Name | Description | |
---|---|---|
LastDecryptedLicenseObject |
Returns structured object with data about license from last verification attempt. It will contain license info even in case that validation fails.
| |
LastDecryptedLicenseXML |
Returns decrypted license XML from last verification attempt
| |
ObfuscationPassword |
Gets or sets the obfuscation password used to decrypt license
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetPublicKey |
Allows to set the public key after object initialization without it.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
VerifyLicenseFile |
Checks validity of license file. Use optional output arguments to get validated License object and/or error message.
| |
VerifyLicenseString |
Checks validity of license string. Use optional output arguments to get validated License object and/or error message.
|