AuthorizationHandlerContext.HasFailed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag indicating whether the current authorization processing has failed due to Fail being called.
public:
property bool HasFailed { bool get(); };
public:
virtual property bool HasFailed { bool get(); };
public bool HasFailed { get; }
public virtual bool HasFailed { get; }
member this.HasFailed : bool
Public ReadOnly Property HasFailed As Boolean
Public Overridable ReadOnly Property HasFailed As Boolean