次の方法で共有


AuthenticationSchemeBuilder(String) コンストラクター

定義

コンストラクターです。

public:
 AuthenticationSchemeBuilder(System::String ^ name);
public AuthenticationSchemeBuilder (string name);
new Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder : string -> Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder
Public Sub New (name As String)

パラメーター

name
String

ビルドするスキームの名前。

適用対象