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 无限制。

适用于