AuthenticationScheme(String, String, Type) コンストラクター

定義

AuthenticationScheme の新しいインスタンスを初期化します。

public:
 AuthenticationScheme(System::String ^ name, System::String ^ displayName, Type ^ handlerType);
public AuthenticationScheme (string name, string displayName, Type handlerType);
public AuthenticationScheme (string name, string? displayName, Type handlerType);
new Microsoft.AspNetCore.Authentication.AuthenticationScheme : string * string * Type -> Microsoft.AspNetCore.Authentication.AuthenticationScheme
Public Sub New (name As String, displayName As String, handlerType As Type)

パラメーター

name
String

認証スキームの名前。

displayName
String

認証スキームの表示名。

handlerType
Type

IAuthenticationHandlerこのスキームを処理する型。

適用対象