Share via


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 à des méthodes d’authentification SAML bien connues.

Champs

HardwareToken

Authentification avec un jeton matériel, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken.

Kerberos

Authentification avec le 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 avec un mot de passe, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password.

Pgp

Authentification avec une clé authentifiée par un site web de confiance PGP, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp.

SecureRemotePassword

Authentification avec le protocole Mot de passe distant sécurisé, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword.

Signature

Authentification avec une signature numérique XML, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature.

Smartcard

Authentification avec une carte à puce, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard.

SmartcardPki

Authentification avec une infrastructure à clé publique de carte à puce, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki.

Spki

Authentification sur une clé authentifiée avec une infrastructure à clé publique SPKI, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki.

TlsClient

Authentification avec le protocole SSL ou TLS, avec une authentification client basée sur un certificat, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient.

Unspecified

Authentification avec 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 avec une infrastructure à clé publique X.509, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509.

Xkms

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

S’applique à