11 references to Cryptography_AlgorithmNotSupported
System.Security.Cryptography (11)
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
321
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(AesGcm)));
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (2)
1778
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
1786
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(CompositeMLDsa)));
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
1854
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(MLDsa)));
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1659
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(MLKem)));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
574
SR.Format(SR.
Cryptography_AlgorithmNotSupported
, algId));
1106
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2044
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(SlhDsa)));
System\Security\Cryptography\AesCcm.cs (1)
97
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\RC2Implementation.OpenSsl.cs (1)
55
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));