IDecryptionHelper.DecryptText(Byte[], 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:
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
Public Function DecryptText (Data As Byte(), sourcePublicKey As Byte(), initVector As Byte()) As String
Parameters
- Data
- Byte[]
- sourcePublicKey
- Byte[]
- initVector
- Byte[]