RemoteSignOutContext 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- context
- HttpContext
- options
- OpenIdConnectOptions
- message
- OpenIdConnectMessage
适用于
RemoteSignOutContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, OpenIdConnectMessage)
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
- Source:
- RemoteSignoutContext.cs
初始化 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)
参数
- context
- HttpContext
- scheme
- AuthenticationScheme
- options
- OpenIdConnectOptions
- message
- OpenIdConnectMessage