|
SecurityProviderBaseAuthenticationFailureReason Property
|
Gets or allows derived classes to set an authentication failure reason.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public virtual string AuthenticationFailureReason { get; protected set; }
Public Overridable Property AuthenticationFailureReason As String
Get
Protected Set
public:
virtual property String^ AuthenticationFailureReason {
String^ get ();
protected: void set (String^ value);
}
abstract AuthenticationFailureReason : string with get, set
override AuthenticationFailureReason : string with get, set
function get_AuthenticationFailureReason();
function set_AuthenticationFailureReason(value);
View SourceProperty Value
StringImplements
ISecurityProviderAuthenticationFailureReasonSee Also