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; }
Public ReadOnly Property LastDecryptedLicenseXML As String
Get
public:
property String^ LastDecryptedLicenseXML {
String^ get ();
}
member LastDecryptedLicenseXML : string with get
Property Value
Type:
StringString containing XML license data
Return Value
Type:
StringRemarks 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