5 references to Cryptography_UnknownKeyAlgorithm
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
868
SR.Format(SR.
Cryptography_UnknownKeyAlgorithm
, keyAlgorithm),
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
358
SR.Format(SR.
Cryptography_UnknownKeyAlgorithm
, algorithmIdentifier.Algorithm));
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
215
SR.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)),