AuthenticationMethods 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.
Définit des constantes pour les méthodes d’authentification connues prises en charge. Définit des constantes pour les méthodes d’authentification SAML.
public ref class AuthenticationMethods abstract sealed
public static class AuthenticationMethods
type AuthenticationMethods = class
Public Class AuthenticationMethods
- Héritage
-
AuthenticationMethods
Remarques
Ces constantes définissent des URI pour les méthodes d’authentification connues. Ces méthodes d’authentification correspondent aux méthodes d’authentification SAML connues.
Champs
| Nom | Description |
|---|---|
| HardwareToken |
Authentification à l’aide d’un jeton matériel, |
| Kerberos |
Authentification à l’aide du protocole Kerberos. |
| Namespace |
Espace de noms pour les méthodes d’authentification connues, |
| Password |
Authentification à l’aide d’un mot de passe. |
| Pgp |
Authentification à l’aide d’une clé authentifiée par un site web PGP d’approbation, |
| SecureRemotePassword |
Authentification à l’aide du protocole Secure Remote Password, |
| Signature |
Authentification à l’aide d’une signature numérique XML. |
| Smartcard |
Authentification à l’aide d’une carte à puce. |
| SmartcardPki |
Authentification à l’aide d’une infrastructure à clé publique de carte à puce. |
| Spki |
Authentification sur une clé authentifiée à l’aide d’une infrastructure PKI SPKI, |
| TlsClient |
Authentification à l’aide du protocole SSL ou TLS avec l’authentification du client basée sur un certificat. |
| Unspecified |
Authentification à l’aide d’une méthode non spécifiée, |
| Windows |
Authentification Windows, |
| X509 |
Authentification sur une clé authentifiée à l’aide d’une infrastructure À clé publique X.509. |
| Xkms |
Authentification sur une clé authentifiée à l’aide d’un service d’approbation XKMS. |