<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.11" />

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); } }