8 references to NotSupported_KeyAlgorithm
System.Security.Cryptography (8)
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (3)
43
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
73
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
85
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
165
throw 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)
33
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
46
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
69
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);