WSTrustMessage.KeySizeInBits 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:KeySize 項目的內容。
public:
property Nullable<int> KeySizeInBits { Nullable<int> get(); void set(Nullable<int> value); };
public int? KeySizeInBits { get; set; }
member this.KeySizeInBits : Nullable<int> with get, set
Public Property KeySizeInBits As Nullable(Of Integer)
屬性值
金鑰的大小 (以位元為單位)。
例外狀況
發生設定小於或等於零之值的嘗試。