Επεξεργασία

Κοινή χρήση μέσω


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();
public Pkcs12LoaderLimits ();
Public Sub New ()

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

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);
public Pkcs12LoaderLimits (System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits copyFrom);
new System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits : System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits -> System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Public Sub New (copyFrom As Pkcs12LoaderLimits)

Parameters

copyFrom
Pkcs12LoaderLimits

The instance to copy the values from.

Exceptions

copyFrom is null.

Applies to