Share via


AuthenticationSchemeBuilder Class

Definition

Used to build AuthenticationSchemes.

public ref class AuthenticationSchemeBuilder
public class AuthenticationSchemeBuilder
type AuthenticationSchemeBuilder = class
Public Class AuthenticationSchemeBuilder
Inheritance
AuthenticationSchemeBuilder

Constructors

Name Description
AuthenticationSchemeBuilder(String)

Constructor.

Properties

Name Description
DisplayName

Gets or sets the display name for the scheme being built.

HandlerType

Gets or sets the IAuthenticationHandler type responsible for this scheme.

Name

Gets the name of the scheme being built.

Methods

Name Description
Build()

Builds the AuthenticationScheme instance.

Applies to