SignOutResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SignOutResult() |
既定のサインアウト スキームを使用して、SignOutResult の新しいインスタンスを初期化します。 |
SignOutResult(AuthenticationProperties) |
既定のサインアウト スキームを使用して、SignOutResult の新しいインスタンスを初期化します。
指定された認証スキームと |
SignOutResult(IList<String>) |
指定した認証スキームを使用して、SignOutResult の新しいインスタンスを初期化します。 |
SignOutResult(String) |
指定した認証スキームを使用して、SignOutResult の新しいインスタンスを初期化します。 |
SignOutResult(IList<String>, AuthenticationProperties) |
指定した認証スキームと |
SignOutResult(IList<String>, AuthenticationProperties) |
指定した認証スキームと |
SignOutResult(String, AuthenticationProperties) |
指定した認証スキームと |
SignOutResult(String, AuthenticationProperties) |
指定した認証スキームと |
SignOutResult()
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
既定のサインアウト スキームを使用して、SignOutResult の新しいインスタンスを初期化します。
public:
SignOutResult();
public SignOutResult ();
Public Sub New ()
適用対象
SignOutResult(AuthenticationProperties)
- ソース:
- SignOutResult.cs
既定のサインアウト スキームを使用して、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.cs
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
指定した認証スキームを使用して、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))
パラメーター
適用対象
SignOutResult(String)
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
指定した認証スキームを使用して、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)
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
指定した認証スキームと 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)
パラメーター
- 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)
パラメーター
- properties
- AuthenticationProperties
AuthenticationProperties サインアウト操作の実行に使用されます。
適用対象
SignOutResult(String, AuthenticationProperties)
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
- ソース:
- SignOutResult.cs
指定した認証スキームと properties
を使用して、SignOutResult の新しいインスタンスを初期化します。
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)
指定した認証スキームと properties
を使用して、SignOutResult の新しいインスタンスを初期化します。
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 サインアウト操作の実行に使用されます。