8 references to Cryptography_AlgorithmNotSupported
System.Security.Cryptography (8)
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\MLDsa.cs (1)
1289throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLDsa)));
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1666throw 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)));
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)));