AuthenticationSchemeBuilder Class

Definition

Used to build AuthenticationSchemes.

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

Constructors

AuthenticationSchemeBuilder(String)

Constructor.

Properties

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

Build()

Builds the AuthenticationScheme instance.

Applies to