The private key of the RSA key used by the 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 PrivateKey { get; private set; }
Visual Basic
Public Property PrivateKey As String
	Get
	Private Set
Visual C++
public:
property String^ PrivateKey {
	String^ get ();
	private: void set (String^ value);
}

See Also