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