Click or drag to resize

LicenseVerificationLastDecryptedLicenseXML Property

Returns decrypted license XML from last verification attempt

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

Property Value

Type: String
String containing XML license data

Return Value

Type: String
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