HttpAuthenticationFeature Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Standardimplementierung für IHttpAuthenticationFeature.
public ref class HttpAuthenticationFeature : Microsoft::AspNetCore::Http::Features::Authentication::IHttpAuthenticationFeature
public class HttpAuthenticationFeature : Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature
type HttpAuthenticationFeature = class
interface IHttpAuthenticationFeature
Public Class HttpAuthenticationFeature
Implements IHttpAuthenticationFeature
- Vererbung
-
HttpAuthenticationFeature
- Implementiert
Konstruktoren
HttpAuthenticationFeature() |
Standardimplementierung für IHttpAuthenticationFeature. |
Eigenschaften
Handler |
Standardimplementierung für IHttpAuthenticationFeature. |
User |
Ruft die ab, die ClaimsPrincipal der HTTP-Anforderung zugeordnet ist, oder legt sie fest. |