共用方式為


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

正在建置的配置名稱。

適用於