Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AuthenticateContext Class
Definition
- Assembly:
- Microsoft.AspNetCore.Http.Features.dll
- Package:
- Microsoft.AspNetCore.Http.Features v1.0.0
- Package:
- Microsoft.AspNetCore.Http.Features v1.1.0
- Package:
- Microsoft.AspNetCore.Http.Features v2.0.0
- Package:
- Microsoft.AspNetCore.Http.Features v2.1.0
- Package:
- Microsoft.AspNetCore.Http.Features v2.2.0
- Source:
- AuthenticateContext.cs
- Source:
- AuthenticateContext.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.
public ref class AuthenticateContext
public class AuthenticateContext
type AuthenticateContext = class
Public Class AuthenticateContext
- Inheritance
-
AuthenticateContext
Constructors
| Name | Description |
|---|---|
| AuthenticateContext(String) | |
Properties
| Name | Description |
|---|---|
| Accepted | |
| AuthenticationScheme | |
| Description | |
| Error | |
| Principal | |
| Properties | |
Methods
| Name | Description |
|---|---|
| Authenticated(ClaimsPrincipal, IDictionary<String,String>, IDictionary<String,Object>) | |
| Failed(Exception) | |
| NotAuthenticated() | |
Applies to
Feedback
Was this page helpful?
