IAuthenticateResultFeature.AuthenticateResult Property

Definition

The AuthenticateResult from the authorization middleware. Set to null if the User property is set after the authorization middleware.

public Microsoft.AspNetCore.Authentication.AuthenticateResult? AuthenticateResult { get; set; }
member this.AuthenticateResult : Microsoft.AspNetCore.Authentication.AuthenticateResult with get, set
Public Property AuthenticateResult As AuthenticateResult

Property Value

Applies to