SamlConstants.SenderVouches 属性

定义

获取一个 URI,它指定 SAML 安全令牌的接收方无法使用附加信息来确认 SOAP 消息是由 SAML 断言的主题发送的。 此字段为常数。

public:
 static property System::String ^ SenderVouches { System::String ^ get(); };
public static string SenderVouches { get; }
static member SenderVouches : string
Public Shared ReadOnly Property SenderVouches As String

属性值

一个 URI,指定 SAML 安全令牌的接收方无法使用附加信息来确认 SOAP 消息是由 SAML 断言的主题发送的。

注解

使用 SenderVouches 属性设置 ConfirmationMethods 属性。

适用于