<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.2.26159.112" />

System.Security.Cryptography.X509Certificates.Pkcs12LoadLimitExceededException

The exception that is thrown when importing a PKCS#12/PFX has failed due to violating a specified limit.
namespace System.Security.Cryptography.X509Certificates { public sealed class Pkcs12LoadLimitExceededException : CryptographicException { public Pkcs12LoadLimitExceededException(string propertyName); } }