SecurityResult.UserPublicKey Property

JustinBack

SecurityResultUserPublicKey Property

Gets or sets the user public key.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public string UserPublicKey { get; set; }
Public Property UserPublicKey As String
	Get
	Set
public:
property String^ UserPublicKey {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The user public key.
See Also