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 网站认证的密钥进行身份验证 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

适用于