Line 47: cs.Write(cipherBytes, 0, cipherBytes.Length); Line 48: cs.Close(); Line 49: } Line 50: cipherText = Encoding.Unicode.GetString(ms.ToArray()); Line 51: }
Line 47: cs.Write(cipherBytes, 0, cipherBytes.Length);
Line 48: cs.Close(); Line 49:
}
Line 50: cipherText = Encoding.Unicode.GetString(ms.ToArray());
Line 51: }