3 references to Cryptography_AlgorithmNotSupported
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
172
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (2)
575
SR.Format(SR.
Cryptography_AlgorithmNotSupported
, algId));
1107
throw new PlatformNotSupportedException(SR.Format(SR.
Cryptography_AlgorithmNotSupported
, nameof(RC2)));