AuthenticationMethods Classe

Définition

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, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken.

Kerberos

Authentification à l’aide du protocole Kerberos. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos

Namespace

Espace de noms pour les méthodes d’authentification connues, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/.

Password

Authentification à l’aide d’un mot de passe. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password

Pgp

Authentification à l’aide d’une clé authentifiée par un site web PGP d’approbation, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp.

SecureRemotePassword

Authentification à l’aide du protocole Secure Remote Password, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword.

Signature

Authentification à l’aide d’une signature numérique XML. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature

Smartcard

Authentification à l’aide d’une carte à puce. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard

SmartcardPki

Authentification à l’aide d’une infrastructure à clé publique de carte à puce. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki

Spki

Authentification sur une clé authentifiée à l’aide d’une infrastructure PKI SPKI, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki.

TlsClient

Authentification à l’aide du protocole SSL ou TLS avec l’authentification du client basée sur un certificat. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient

Unspecified

Authentification à l’aide d’une méthode non spécifiée, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/unspecified.

Windows

Authentification Windows, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/windows.

X509

Authentification sur une clé authentifiée à l’aide d’une infrastructure À clé publique X.509. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509

Xkms

Authentification sur une clé authentifiée à l’aide d’un service d’approbation XKMS. http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/xkms

S’applique à