RemoteSignOutContext Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RemoteSignOutContext(HttpContext, OpenIdConnectOptions, OpenIdConnectMessage)
public:
RemoteSignOutContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^ options, Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ message);
public RemoteSignOutContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options, Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage message);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.OpenIdConnectOptions * Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage -> Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext
Public Sub New (context As HttpContext, options As OpenIdConnectOptions, message As OpenIdConnectMessage)
Parametry
- context
- HttpContext
- options
- OpenIdConnectOptions
- message
- OpenIdConnectMessage
Dotyczy
RemoteSignOutContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, OpenIdConnectMessage)
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
- Źródło:
- RemoteSignoutContext.cs
Inicjuje nowe wystąpienie klasy RemoteSignOutContext.
public:
RemoteSignOutContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^ options, Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ message);
public RemoteSignOutContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options, Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage message);
public RemoteSignOutContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions options, Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage? message);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions * Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage -> Microsoft.AspNetCore.Authentication.OpenIdConnect.RemoteSignOutContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As OpenIdConnectOptions, message As OpenIdConnectMessage)
Parametry
- context
- HttpContext
- scheme
- AuthenticationScheme
- options
- OpenIdConnectOptions
- message
- OpenIdConnectMessage