AESDecryptionHelper.DecryptText(Byte[], Byte[], Byte[]) Method

Definition

public:
 virtual System::String ^ DecryptText(cli::array <System::Byte> ^ Data, cli::array <System::Byte> ^ sourcePublicKey, cli::array <System::Byte> ^ initVector);
public string DecryptText (byte[] Data, byte[] sourcePublicKey, byte[] initVector);
abstract member DecryptText : byte[] * byte[] * byte[] -> string
override this.DecryptText : byte[] * byte[] * byte[] -> string
Public Function DecryptText (Data As Byte(), sourcePublicKey As Byte(), initVector As Byte()) As String

Parameters

Data
Byte[]
sourcePublicKey
Byte[]
initVector
Byte[]

Returns

String

Implements

Applies to