5 references to Cryptography_UnknownKeyAlgorithm
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
868SR.Format(SR.Cryptography_UnknownKeyAlgorithm, keyAlgorithm),
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
358SR.Format(SR.Cryptography_UnknownKeyAlgorithm, algorithmIdentifier.Algorithm));
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
215SR.Format(SR.Cryptography_UnknownKeyAlgorithm, keyAlgorithm),
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1291_ => throw new CryptographicException(SR.Format(SR.Cryptography_UnknownKeyAlgorithm, keyAlgorithm)), 1384_ => throw new CryptographicException(SR.Format(SR.Cryptography_UnknownKeyAlgorithm, keyAlgorithm)),