Pkcs12LoaderLimits.Defaults Property
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.
Gets a shared reference to the default loader limits.
public:
static property System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ Defaults { System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ get(); };
public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits Defaults { get; }
static member Defaults : System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Public Shared ReadOnly Property Defaults As Pkcs12LoaderLimits
Property Value
A shared reference to the default loader limits.
Remarks
The singleton instance returned from this property is equivalent to an instance produced via the default constructor, except the properties prohibit reassignment. As with the default constructor, the individual property values may change over time.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.