Pkcs12LoaderLimits.TotalKdfIterationLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定金鑰衍生函式 (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
沒有限制。