SecurityResult.EncryptedDataBase64 Property

JustinBack

SecurityResultEncryptedDataBase64 Property

Gets or sets the encrypted data in base64.

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

Property Value

Type: String
The encrypted data in base64.
See Also