Click or drag to resize

SecurityProviderBaseAuthenticationFailureReason Property

Gets or allows derived classes to set an authentication failure reason.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public virtual string AuthenticationFailureReason { get; protected set; }
View Source

Property Value

String

Implements

ISecurityProviderAuthenticationFailureReason
See Also