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\OpenSslX509Encoder.cs (3)
18
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
26
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
43
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
133
throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
287
_ => throw new NotSupportedException(SR.
NotSupported_KeyAlgorithm
),