Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Authentication.​AuthenticationSchemeBuilder

Assembly: Microsoft.AspNetCore.Authentication.Abstractions

Inheritance: object → AuthenticationSchemeBuilder

Used to build <see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationScheme" /> s.

Properties

public string
Name
Gets the name of the scheme being built.
public string
DisplayName
Gets or sets the display name for the scheme being built.
HandlerType
Gets or sets the <see cref="T:Microsoft.AspNetCore.Authentication.IAuthenticationHandler" /> type responsible for this scheme.

Methods

Build​()
Builds the <see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationScheme" /> instance.
Returns The <see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationScheme" /> .
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object