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

適用対象