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; }
Public ReadOnly Property LastDecryptedLicenseObject As License
Get
public:
property License^ LastDecryptedLicenseObject {
License^ get ();
}
member LastDecryptedLicenseObject : License with get
Property Value
Type:
LicenseReturn Value
Type:
LicenseLicense 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