The RSA (private/public) key that will be used by the license generator.

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 LicenseConfigurationKey { get; set; }
Visual Basic
Public Property LicenseConfigurationKey As String
	Get
	Set
Visual C++
public:
property String^ LicenseConfigurationKey {
	String^ get ();
	void set (String^ value);
}

See Also