共用方式為


Pkcs12LoaderLimits.TotalKdfIterationLimit 屬性

定義

取得或設定金鑰衍生函式 (KDF) 計算的總反覆專案限制。

public:
 property Nullable<int> TotalKdfIterationLimit { Nullable<int> get(); void set(Nullable<int> value); };
public int? TotalKdfIterationLimit { get; set; }
member this.TotalKdfIterationLimit : Nullable<int> with get, set
Public Property TotalKdfIterationLimit As Nullable(Of Integer)

屬性值

密鑰衍生函式 (KDF) 計算的總反覆專案限制,或 null 沒有限制。

適用於