Share via


AuthenticationScheme Class

Definition

AuthenticationSchemes assign a name to a specific IAuthenticationHandler handlerType.

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

Constructors

Name Description
AuthenticationScheme(String, String, Type)

Initializes a new instance of AuthenticationScheme.

Properties

Name Description
DisplayName

The display name for the scheme. Null is valid and used for non user facing schemes.

HandlerType

The IAuthenticationHandler type that handles this scheme.

Name

The name of the authentication scheme.

Applies to