public static byte Encrypt(string message, byte key, byte iv)
- Returns:
- byte
Parameters
message
string
key
byte
iv
byte
public static byte Encrypt(string message, byte key, byte iv)