AuthenticationSchemeBuilder.Build Method

Definition

Builds the AuthenticationScheme instance.

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

Returns

The AuthenticationScheme.

Applies to