Share via


AuthenticationMethods 類別

定義

定義支援的已知驗證方法的常數。 定義 SAML 驗證方法的常數。

public ref class AuthenticationMethods abstract sealed
public static class AuthenticationMethods
type AuthenticationMethods = class
Public Class AuthenticationMethods
繼承
AuthenticationMethods

備註

這些常數會定義已知驗證方法的 URI。 這些驗證方法會對應至已知的SAML驗證方法。

欄位

HardwareToken

使用硬體權杖進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken

Kerberos

使用 Kerberos 通訊協定進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos

Namespace

已知的驗證方法的命名空間,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/

Password

使用密碼進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password

Pgp

使用信任之 PGP Web 驗證的金鑰進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp

SecureRemotePassword

使用安全遠端密碼通訊協定進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword

Signature

使用 XML 數位簽章進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature

Smartcard

使用智慧卡進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard

SmartcardPki

使用智慧卡 PKI 進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki

Spki

使用 SPKI PKI 驗證的金鑰進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki

TlsClient

使用 SSL 或 TLS 通訊協定其中之一搭配憑證架構的用戶端驗證進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient

Unspecified

使用未指定的方法進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/unspecified

Windows

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

X509

使用 X.509 PKI 驗證的金鑰進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509

Xkms

使用 XKMS 信任服務驗證的金鑰進行的驗證,http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/xkms

適用於