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