|   | 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.257-beta
 Syntax
Syntaxpublic 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);
Property Value
StringImplements
ISecurityProviderAuthenticationFailureReason See Also
See Also