System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Represents a set of constraints to apply when loading PKCS#12/PFX contents.
Gets a shared reference to loader limits that indicate no
filtering or restrictions of the contents should be applied
before sending them to the underlying system loader.
Gets a shared reference to the default loader limits.
Gets or sets a value indicating whether to ignore encrypted authentication safes.
Gets or sets a value indicating whether to ignore private keys.
Gets or sets the iteration limit for the individual Key Derivation Function (KDF) calculations.
Gets a value indicating whether the instance is read-only.
Gets or sets the iteration limit for the MAC calculation.
Gets or sets the maximum number of certificates permitted.
Gets or sets the maximum number of keys permitted.
Gets or sets a value indicating whether to preserve the certificate alias,
also known as the friendly name.
Gets or sets a value indicating whether to preserve the key name.
Gets or sets a value indicating whether to preserve the storage provider.
Gets or sets a value indicating whether to preserve unknown attributes.
Gets or sets the total iteration limit for the Key Derivation Function (KDF) calculations.
public Pkcs12LoaderLimits()
Initializes a new instance of the Pkcs12LoaderLimits class
with default values.
Initializes a new instance of the Pkcs12LoaderLimits class
by copying the values from another instance.
Makes the Pkcs12LoaderLimits instance read-only.