英語で読む

次の方法で共有


RemoteSignOutContext コンストラクター

定義

オーバーロード

RemoteSignOutContext(HttpContext, OpenIdConnectOptions, OpenIdConnectMessage)

public RemoteSignOutContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OpenIdConnectOptions options, Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage message);

パラメーター

context
HttpContext

適用対象

RemoteSignOutContext(HttpContext, AuthenticationScheme, OpenIdConnectOptions, OpenIdConnectMessage)

ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
RemoteSignoutContext.cs
ソース:
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);

パラメーター

context
HttpContext

適用対象