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

Parameters

message string
key byte
iv byte
In this article