18 references to Cryptography_AlgorithmNotSupported
System.Security.Cryptography (18)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
330
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(AesGcm)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (4)
679
throw new CryptographicException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
877
throw new CryptographicException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
1982
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
1990
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (3)
547
throw new CryptographicException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLKem)));
646
throw new CryptographicException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLKem)));
2253
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLKem)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2263
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(MLDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1673
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(MLKem)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
605
SR.Format(SR.
Cryptography_AlgorithmNotSupported
, algId));
1148
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2002
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(SlhDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (1)
1621
SR.Format(SR.
Cryptography_AlgorithmNotSupported
,
System\Security\Cryptography\AesCcm.cs (1)
107
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(AesCcm)));
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
112
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(ChaCha20Poly1305)));
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (2)
199
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(MLKem)));
204
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(SlhDsa)));