WSTrustMessage.SignWith 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 元素的扩展。