IDecryptionHelper.EncryptText(String, Byte[], Byte[]) Method

Definition

public:
 cli::array <System::Byte> ^ EncryptText(System::String ^ Data, cli::array <System::Byte> ^ Key, cli::array <System::Byte> ^ IV);
public byte[] EncryptText (string Data, byte[] Key, byte[] IV);
abstract member EncryptText : string * byte[] * byte[] -> byte[]
Public Function EncryptText (Data As String, Key As Byte(), IV As Byte()) As Byte()

Parameters

Data
String
Key
Byte[]
IV
Byte[]

Returns

Byte[]

Applies to