JwtBearerChallengeContext.AuthenticateFailure Property

Definition

Any failures encountered during the authentication process.

public:
 property Exception ^ AuthenticateFailure { Exception ^ get(); void set(Exception ^ value); };
public Exception AuthenticateFailure { get; set; }
public Exception? AuthenticateFailure { get; set; }
member this.AuthenticateFailure : Exception with get, set
Public Property AuthenticateFailure As Exception

Property Value

Applies to