Gets or sets the validation (public) key that will be used to check and validate license keys.

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

Syntax

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

See Also