Click or drag to resize

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)
Syntax
public string ObfuscationPassword { get; set; }

Property Value

Type: String

Return Value

Type: String
Remarks
If you change this value from default, you have to set this property in your application in LicenseVerification object to the same value.
See Also