LicenseObfuscationPassword Property  | 
 
 Gets or sets the obfuscation password used to encrypt license
 
 
    Namespace: 
   TreeksLicensingLibrary2
    Assembly:
   TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntaxpublic 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: 
String
RemarksIf you change this value from default, you have to set this property in your application in LicenseVerification object to the same value.
See Also