AuthenticationMethods 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为支持的已知身份验证方法定义常量。 定义 SAML 身份验证方法的常量。
public ref class AuthenticationMethods abstract sealed
public static class AuthenticationMethods
type AuthenticationMethods = class
Public Class 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
|