ChallengeResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ChallengeResult() |
ChallengeResultの新しいインスタンスを初期化します。 |
ChallengeResult(AuthenticationProperties) |
指定した |
ChallengeResult(AuthenticationProperties) |
指定した |
ChallengeResult(IList<String>) |
指定した認証スキームを使用して、ChallengeResult の新しいインスタンスを初期化します。 |
ChallengeResult(String) |
指定した認証スキームを使用して、ChallengeResult の新しいインスタンスを初期化します。 |
ChallengeResult(IList<String>, AuthenticationProperties) |
指定した認証スキームと |
ChallengeResult(IList<String>, AuthenticationProperties) |
指定した認証スキームと |
ChallengeResult(String, AuthenticationProperties) |
指定した認証スキームと |
ChallengeResult(String, AuthenticationProperties) |
指定した認証スキームと |
ChallengeResult()
ChallengeResultの新しいインスタンスを初期化します。
public:
ChallengeResult();
public ChallengeResult ();
Public Sub New ()
適用対象
ChallengeResult(AuthenticationProperties)
指定した properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)
パラメーター
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。
適用対象
ChallengeResult(AuthenticationProperties)
指定した properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (properties As AuthenticationProperties)
パラメーター
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。
適用対象
ChallengeResult(IList<String>)
指定した認証スキームを使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String))
パラメーター
適用対象
ChallengeResult(String)
指定した認証スキームを使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::String ^ authenticationScheme);
public ChallengeResult (string authenticationScheme);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String)
パラメーター
- authenticationScheme
- String
チャレンジする認証スキーム。
適用対象
ChallengeResult(IList<String>, AuthenticationProperties)
指定した認証スキームと properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)
パラメーター
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。
適用対象
ChallengeResult(IList<String>, AuthenticationProperties)
指定した認証スキームと properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)
パラメーター
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。
適用対象
ChallengeResult(String, AuthenticationProperties)
指定した認証スキームと properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)
パラメーター
- authenticationScheme
- String
チャレンジする認証スキーム。
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。
適用対象
ChallengeResult(String, AuthenticationProperties)
指定した認証スキームと properties
を使用して、ChallengeResult の新しいインスタンスを初期化します。
public:
ChallengeResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public ChallengeResult (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.ChallengeResult : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.ChallengeResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)
パラメーター
- authenticationScheme
- String
チャレンジする認証スキーム。
- properties
- AuthenticationProperties
AuthenticationProperties 認証チャレンジの実行に使用されます。