DESDecryptionHelper.EncryptText(String, Byte[], Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual 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[]
override this.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[]