TicketReceivedContext Konstruktory
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í.
Přetížení
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)
Parametry
- context
- HttpContext
- options
- RemoteAuthenticationOptions
- ticket
- AuthenticationTicket
Platí pro
TicketReceivedContext(HttpContext, AuthenticationScheme, RemoteAuthenticationOptions, AuthenticationTicket)
- Zdroj:
- TicketReceivedContext.cs
- Zdroj:
- TicketReceivedContext.cs
- Zdroj:
- TicketReceivedContext.cs
Inicializuje novou instanci objektu 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)
Parametry
- context
- HttpContext
Hodnota HttpContext
- scheme
- AuthenticationScheme
Hodnota AuthenticationScheme
- options
- RemoteAuthenticationOptions
Hodnota RemoteAuthenticationOptions
- ticket
- AuthenticationTicket
Přijatý lístek.