Pkcs12LoaderLimits.MacIterationLimit Property

Definition

Gets or sets the iteration limit for the MAC calculation.

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)

Property Value

The iteration limit for the MAC calculation, or null for no limit.

Applies to