SecurityResult.ServerValidationSuccess Property

JustinBack

SecurityResultServerValidationSuccess Property

Gets or sets a value indicating whether the server authentication succeeded.

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

Property Value

Type: Boolean
true if authentication succeeded; otherwise, false.
See Also