Pkcs12LoaderLimits.DangerousNoLimits Property

Definition

Gets a shared reference to loader limits that indicate no filtering or restrictions of the contents should be applied before sending them to the underlying system loader.

public:
 static property System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ DangerousNoLimits { System::Security::Cryptography::X509Certificates::Pkcs12LoaderLimits ^ get(); };
public static System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits DangerousNoLimits { get; }
static member DangerousNoLimits : System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits
Public Shared ReadOnly Property DangerousNoLimits As Pkcs12LoaderLimits

Property Value

A shared reference to loader limits that indicate no filtering or restrictions of the contents should be applied before sending them to the underlying system loader.

Remarks

The system loader may have its own limits where only part of the contents are respected, or where the load is rejected. Using this set of limits only affects the .NET layer of filtering.

The X509CertificateLoader class checks for reference equality to this property to determine if filtering should be bypassed. Making a new Pkcs12LoaderLimits value that has all of the same property values may give different results for certain inputs.

Applies to