Pkcs12LoaderLimits.Defaults Property

Definition

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