AuthenticationScheme Classe

Définition

AuthenticationSchemes attribuez un nom à un handlerType spécifique IAuthenticationHandler .

public ref class AuthenticationScheme
public class AuthenticationScheme
type AuthenticationScheme = class
Public Class AuthenticationScheme
Héritage
AuthenticationScheme

Constructeurs

AuthenticationScheme(String, String, Type)

Initialise une nouvelle instance de AuthenticationScheme.

Propriétés

DisplayName

Nom complet du schéma. La valeur Null est valide et utilisée pour les schémas non accessibles par l’utilisateur.

HandlerType

Type IAuthenticationHandler qui gère ce schéma.

Name

Nom du schéma d’authentification.

S’applique à