Pkcs12LoaderLimits.IndividualKdfIterationLimit プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
個々のキー派生関数 (KDF) 計算の反復制限を取得または設定します。
public:
property Nullable<int> IndividualKdfIterationLimit { Nullable<int> get(); void set(Nullable<int> value); };
public int? IndividualKdfIterationLimit { get; set; }
member this.IndividualKdfIterationLimit : Nullable<int> with get, set
Public Property IndividualKdfIterationLimit As Nullable(Of Integer)
プロパティ値
個々のキー派生関数 (KDF) 計算の反復制限、または制限なしの null
。