共用方式為


WSTrustMessage.KeySizeInBits 屬性

定義

取得或設定在 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)

屬性值

金鑰的大小 (以位元為單位)。

例外狀況

發生設定小於或等於零之值的嘗試。

適用於