Pkcs12LoaderLimits Constructors

Definition

Overloads

Pkcs12LoaderLimits()

Initializes a new instance of the Pkcs12LoaderLimits class with default values.

Pkcs12LoaderLimits(Pkcs12LoaderLimits)

Initializes a new instance of the Pkcs12LoaderLimits class by copying the values from another instance.

Pkcs12LoaderLimits()

Source:
Pkcs12LoaderLimits.cs

Initializes a new instance of the Pkcs12LoaderLimits class with default values.

public Pkcs12LoaderLimits ();

Remarks

The default values for each property on a default instance of this class are chosen as a compromise between maximizing compatibility and minimizing "nuisance" work. The defaults for any given property may vary over time.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)

Pkcs12LoaderLimits(Pkcs12LoaderLimits)

Source:
Pkcs12LoaderLimits.cs

Initializes a new instance of the Pkcs12LoaderLimits class by copying the values from another instance.

public Pkcs12LoaderLimits (System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits copyFrom);

Parameters

copyFrom
Pkcs12LoaderLimits

The instance to copy the values from.

Exceptions

copyFrom is null.

Applies to

.NET 9 i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)