8 references to NotSupported_KeyAlgorithm
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (3)
43throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 73throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 85throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (3)
18throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 26throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 43throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
133throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
287_ => throw new NotSupportedException(SR.NotSupported_KeyAlgorithm),