3 references to Cryptography_CngKeyWrongAlgorithm
System.Security.Cryptography (3)
System\Security\Cryptography\CngHelpers.cs (1)
90
throw new CryptographicException(SR.Format(SR.
Cryptography_CngKeyWrongAlgorithm
, algorithmName, algorithm));
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
47
throw new CryptographicException(SR.Format(SR.
Cryptography_CngKeyWrongAlgorithm
, actualAlgorithm.Algorithm, algorithm));
64
SR.
Cryptography_CngKeyWrongAlgorithm
,