public override ICryptoTransform GetEncryptionTransform(string algorithm, byte[] iv)
 {
     return(_key.GetEncryptionTransform(algorithm, iv));
 }