MessageReceivedContext 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
MessageReceivedContext(HttpContext, OpenIdConnectOptions)
public:
MessageReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^ options);
public MessageReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.OpenIdConnectOptions -> Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext
Public Sub New (context As HttpContext, options As OpenIdConnectOptions)
Paramètres
- context
- HttpContext
- options
- OpenIdConnectOptions
S’applique à
MessageReceivedContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, AuthenticationProperties)
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
- Source:
- MessageReceivedContext.cs
Initialise une nouvelle instance de MessageReceivedContext.
public:
MessageReceivedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public MessageReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public MessageReceivedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Authentication.OpenIdConnect.MessageReceivedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As OpenIdConnectOptions, properties As AuthenticationProperties)
Paramètres
- context
- HttpContext
Contexte.
- scheme
- AuthenticationScheme
Schéma d'authentification.
- options
- OpenIdConnectOptions
Options d’authentification associées au schéma.
- properties
- AuthenticationProperties
Propriétés d’authentification.