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