LicenseVerificationObfuscationPassword Property |
Gets or sets the obfuscation password used to decrypt license
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string ObfuscationPassword { get; set; }
Public Property ObfuscationPassword As String
Get
Set
public:
property String^ ObfuscationPassword {
String^ get ();
void set (String^ value);
}
member ObfuscationPassword : string with get, set
Property Value
Type:
StringReturn Value
Type:
StringRemarks If you change this value from default, you have to set this password during license generation to the same value.
See Also