다음을 통해 공유


RemoteSignOutContext 생성자

정의

오버로드

RemoteSignOutContext(HttpContext, OpenIdConnectOptions, OpenIdConnectMessage)
RemoteSignOutContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, OpenIdConnectMessage)

RemoteSignOutContext의 새 인스턴스를 초기화합니다.

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

적용 대상

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

적용 대상