HttpAuthenticationFeature Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Výchozí implementace pro 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
- Dědičnost
-
HttpAuthenticationFeature
- Implementuje
Konstruktory
HttpAuthenticationFeature() |
Výchozí implementace pro IHttpAuthenticationFeature. |
Vlastnosti
Handler |
Výchozí implementace pro IHttpAuthenticationFeature. |
User |
Získá nebo nastaví ClaimsPrincipal přidružený k požadavku HTTP. |