src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (3)
552return Decrypt(cipher, key, iv, encryptedData, destination);
848return Decrypt(cipher, k, iv, encryptedData, destination);
906return Decrypt(cipher, key, iv, encryptedData, destination);