AuthenticationScheme Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |