Share via


WSTrustMessage.SignWith 属性

定义

获取或设置 wst:SignWith 元素的内容。

public:
 property System::String ^ SignWith { System::String ^ get(); void set(System::String ^ value); };
public string SignWith { get; set; }
member this.SignWith : string with get, set
Public Property SignWith As String

属性值

包含标识所需的签名算法的 URI 字符串。

例外

尝试将此值设置为 null 或者空字符串。

注解

此可选 URI 元素指示要与颁发的安全令牌一起使用的所需签名算法。 这是 RequestSecurityToken 元素的扩展。

适用于