Pkcs12LoaderLimits Constructors
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.
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. |
- 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
.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) |
- 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
.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) |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: