Click or drag to resize

LicenseVerificationLastDecryptedLicenseObject Property

Returns structured object with data about license from last verification attempt. It will contain license info even in case that validation fails.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public License LastDecryptedLicenseObject { get; }

Property Value

Type: License

Return Value

Type: License
License class
Remarks
This cannot be used to determine if license is valid. Use VerifyLicenseString or VerifyLicenseFile output to be sure you accept only valid licenses.
See Also