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

See Also