|
ISecurityProviderAuthenticationFailureReason Property
|
Gets an authentication failure reason, if set by the provider when authentication fails.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax string AuthenticationFailureReason { get; }
ReadOnly Property AuthenticationFailureReason As String
Get
property String^ AuthenticationFailureReason {
String^ get ();
}
abstract AuthenticationFailureReason : string with get
function get_AuthenticationFailureReason();
View SourceProperty Value
StringSee Also