共用方式為


Pkcs12LoaderLimits.MacIterationLimit 屬性

定義

取得或設定 MAC 計算的反覆專案限制。

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

屬性值

MAC 計算的反覆專案限制,或 null 沒有限制。

適用於