AuthenticationHandler.Faulted Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected bool Faulted { get; set; }
protected:
property bool Faulted {
bool get();
void set(bool value);
}
member Faulted : bool with get, set
Protected Property Faulted As Boolean
Property Value
Type: System.Boolean
See Also
AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top