Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AuthenticateInfo Class

Definition

Namespace:
Microsoft.AspNetCore.Http.Authentication
Assembly:
Microsoft.AspNetCore.Http.Abstractions.dll
Package:
Microsoft.AspNetCore.Http.Abstractions v1.0.0
Package:
Microsoft.AspNetCore.Http.Abstractions v1.1.0
Package:
Microsoft.AspNetCore.Http.Abstractions v2.0.0
Package:
Microsoft.AspNetCore.Http.Abstractions v2.1.0
Package:
Microsoft.AspNetCore.Http.Abstractions v2.2.0
Source:
AuthenticateInfo.cs
Source:
AuthenticateInfo.cs

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.

Used to store the results of an Authenticate call.

public ref class AuthenticateInfo
public class AuthenticateInfo
type AuthenticateInfo = class
Public Class AuthenticateInfo
Inheritance
AuthenticateInfo

Constructors

Name Description
AuthenticateInfo()

Properties

Name Description
Description

The AuthenticationDescription.

Principal

The ClaimsPrincipal.

Properties

The AuthenticationProperties.

Applies to


Feedback

Was this page helpful?