SignOutResult コンストラクター

定義

オーバーロード

SignOutResult()

既定のサインアウト スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

SignOutResult(AuthenticationProperties)

既定のサインアウト スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。 指定された認証スキームと properties

SignOutResult(IList<String>)

指定した認証スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

SignOutResult(String)

指定した認証スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

SignOutResult(IList<String>, AuthenticationProperties)

指定した認証スキームと propertiesを使用して、 のSignOutResult新しいインスタンスを初期化します。

SignOutResult(IList<String>, AuthenticationProperties)

指定した認証スキームと propertiesを使用して、 のSignOutResult新しいインスタンスを初期化します。

SignOutResult(String, AuthenticationProperties)

指定した認証スキームと を使用して、 の SignOutResult 新しいインスタンスを properties初期化します。

SignOutResult(String, AuthenticationProperties)

指定した認証スキームと を使用して、 の SignOutResult 新しいインスタンスを properties初期化します。

SignOutResult()

既定のサインアウト スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

public:
 SignOutResult();
public SignOutResult ();
Public Sub New ()

適用対象

SignOutResult(AuthenticationProperties)

既定のサインアウト スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。 指定された認証スキームと properties

public:
 SignOutResult(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (properties As AuthenticationProperties)

パラメーター

properties
AuthenticationProperties

AuthenticationProperties サインアウト操作を実行するために使用されます。

適用対象

SignOutResult(IList<String>)

指定した認証スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String))

パラメーター

authenticationSchemes
IList<String>

ユーザーをサインアウトするときに使用する認証スキーム。

適用対象

SignOutResult(String)

指定した認証スキームを使用して、 の SignOutResult 新しいインスタンスを初期化します。

public:
 SignOutResult(System::String ^ authenticationScheme);
public SignOutResult (string authenticationScheme);
new Microsoft.AspNetCore.Mvc.SignOutResult : string -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String)

パラメーター

authenticationScheme
String

ユーザーをサインアウトするときに使用する認証スキーム。

適用対象

SignOutResult(IList<String>, AuthenticationProperties)

指定した認証スキームと propertiesを使用して、 のSignOutResult新しいインスタンスを初期化します。

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

パラメーター

authenticationSchemes
IList<String>

ユーザーをサインアウトするときに使用する認証スキーム。

properties
AuthenticationProperties

AuthenticationProperties サインアウト操作を実行するために使用されます。

適用対象

SignOutResult(IList<String>, AuthenticationProperties)

指定した認証スキームと propertiesを使用して、 のSignOutResult新しいインスタンスを初期化します。

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

パラメーター

authenticationSchemes
IList<String>

ユーザーをサインアウトするときに使用する認証スキーム。

properties
AuthenticationProperties

AuthenticationProperties サインアウト操作を実行するために使用されます。

適用対象

SignOutResult(String, AuthenticationProperties)

指定した認証スキームと を使用して、 の SignOutResult 新しいインスタンスを properties初期化します。

public:
 SignOutResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

パラメーター

authenticationScheme
String

ユーザーをサインアウトするときに使用する認証スキーム。

properties
AuthenticationProperties

AuthenticationProperties サインアウト操作を実行するために使用されます。

適用対象

SignOutResult(String, AuthenticationProperties)

指定した認証スキームと を使用して、 の SignOutResult 新しいインスタンスを properties初期化します。

public:
 SignOutResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

パラメーター

authenticationScheme
String

ユーザーをサインアウトするときに使用する認証スキーム。

properties
AuthenticationProperties

AuthenticationProperties サインアウト操作を実行するために使用されます。

適用対象