Pkcs12LoaderLimits.IndividualKdfIterationLimit 属性

定义

获取或设置各个键派生函数 (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 无限制。

适用于