SamlSubject.ConfirmationMethods 属性

定义

获取一组 URI 引用,这些引用标识要用于验证主题身份的协议。

public:
 property System::Collections::Generic::IList<System::String ^> ^ ConfirmationMethods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> ConfirmationMethods { get; }
member this.ConfirmationMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property ConfirmationMethods As IList(Of String)

属性值

一个类型为 IList<T>String,包含一组标识用于验证主题身份的协议的 URI 引用。

注解

虽然身份验证协议集是可扩展的,但是下表列出了 SAML 规范所定义的协议。

协议 描述
HolderOfKey 一个 URI,指定 SamlSecurityToken 安全令牌的接收方应使用 KeyIdentifier 属性来确认 SOAP 消息是否是由 SAML 断言的主题发送的。
SenderVouches 一个 URI,指定 SAML 安全令牌的接收方无法使用附加信息来确认 SOAP 消息是由 SAML 断言的主题发送的。

适用于

另请参阅