Pkcs12LoaderLimits Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.