The validation key for the current instance.

Namespace: SimpleMode.SecureLicenseManager.LicenseGenerator
Assembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string ValidationKey { get; }
Visual Basic
Public ReadOnly Property ValidationKey As String
	Get
Visual C++
public:
property String^ ValidationKey {
	String^ get ();
}

See Also