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\PublicKey.cs (1)
165throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
287_ => throw new NotSupportedException(SR.NotSupported_KeyAlgorithm),
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (3)
33throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 46throw new NotSupportedException(SR.NotSupported_KeyAlgorithm); 69throw new NotSupportedException(SR.NotSupported_KeyAlgorithm);