다음을 통해 공유


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

빌드되는 스키마의 이름입니다.

적용 대상