SamlAuthenticationClaimResource.AuthenticationMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于对主题进行身份验证的方法。
public:
property System::String ^ AuthenticationMethod { System::String ^ get(); };
public string AuthenticationMethod { get; }
member this.AuthenticationMethod : string
Public ReadOnly Property AuthenticationMethod As String
属性值
用于对主题进行身份验证的方法。
注解
身份验证方法集是可扩展的;但是,下表包含 SAML 规范中定义的身份验证方法集。
身份验证方法 | URI |
---|---|
密码 | urn:oasis:names:tc:SAML:1.0:am:password |
Kerberos | urn:ietf:rfc:1510 |
安全远程密码 (SRP) | urn:ietf:rfc:2945 |
硬件令牌 | URI:urn:oasis:names:tc:SAML:1.0:am:HardwareToken |
基于 SSL/TLS 证书的客户端身份验证 | urn:ietf:rfc:2246 |
PGP 公钥 | urn:oasis:names:tc:SAML:1.0:am:PGP |
SPKI 公钥 | urn:oasis:names:tc:SAML:1.0:am:SPKI |
XKMS 公钥 | urn:oasis:names:tc:SAML:1.0:am:XKMS |
XML 数字签名 | urn:ietf:rfc:3075 |
未指定 | urn:oasis:names:tc:SAML:1.0:am:unspecified |
AuthenticationMethod 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 AuthenticationMethod
元素的 <AuthenticationStatement>
属性 (Attribute)。