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 元素的延伸。

適用於