4 references to Cryptography_AlgorithmNotSupported
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
172
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
156
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(SlhDsa)));
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)));