fletchsod
Programmer
- Dec 16, 2002
- 181
How do you translate this from VB.NET TO C#.NET
Thanks...
Code:
Private ReadOnly c_bKey() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}
Private ReadOnly c_bIv() As Byte = {8, 7, 6, 5, 4, 3, 2, 1}
Thanks...