AuthenticationSchemeBuilder.Build 方法

定义

生成 AuthenticationScheme 实例。

public:
 Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ Build();
public Microsoft.AspNetCore.Authentication.AuthenticationScheme Build ();
member this.Build : unit -> Microsoft.AspNetCore.Authentication.AuthenticationScheme
Public Function Build () As AuthenticationScheme

返回

AuthenticationScheme

适用于