AuthenticateInfo Class¶
Used to store the results of an Authenticate call.
- Namespace
Microsoft.AspNetCore.Http.Authentication- Assemblies
- Microsoft.AspNetCore.Http.Abstractions
Syntax¶
public class AuthenticateInfo
-
class
Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo
Properties¶
-
Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo.Description¶ The
Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription.Return type: Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription public AuthenticationDescription Description { get; set; }
-
Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo.Principal¶ The
System.Security.Claims.ClaimsPrincipal.Return type: System.Security.Claims.ClaimsPrincipal public ClaimsPrincipal Principal { get; set; }
-
Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo.Properties¶ The
Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties.Return type: Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties public AuthenticationProperties Properties { get; set; }
-