TicketReceivedContext Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TicketReceivedContext(HttpContext, RemoteAuthenticationOptions, AuthenticationTicket)
public:
TicketReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::RemoteAuthenticationOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public TicketReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions options, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
new Microsoft.AspNetCore.Authentication.TicketReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.RemoteAuthenticationOptions * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> Microsoft.AspNetCore.Authentication.TicketReceivedContext
Public Sub New (context As HttpContext, options As RemoteAuthenticationOptions, ticket As AuthenticationTicket)
Paramètres
- context
- HttpContext
- options
- RemoteAuthenticationOptions
- ticket
- AuthenticationTicket
S’applique à
TicketReceivedContext(HttpContext, AuthenticationScheme, RemoteAuthenticationOptions, AuthenticationTicket)
- Source:
- TicketReceivedContext.cs
- Source:
- TicketReceivedContext.cs
- Source:
- TicketReceivedContext.cs
Initialise une nouvelle instance de TicketReceivedContext.
public:
TicketReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::RemoteAuthenticationOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public TicketReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions options, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
new Microsoft.AspNetCore.Authentication.TicketReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> Microsoft.AspNetCore.Authentication.TicketReceivedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As RemoteAuthenticationOptions, ticket As AuthenticationTicket)
Paramètres
- context
- HttpContext
L’HttpContextopérateur
- scheme
- AuthenticationScheme
L’AuthenticationSchemeopérateur
- options
- RemoteAuthenticationOptions
L’RemoteAuthenticationOptionsopérateur
- ticket
- AuthenticationTicket
Ticket reçu.