ICryptographyService.DecryptSymmetric(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:
cli::array <System::Byte> ^ DecryptSymmetric(cli::array <System::Byte> ^ cipherText);
public byte[] DecryptSymmetric (byte[] cipherText);
abstract member DecryptSymmetric : byte[] -> byte[]
Public Function DecryptSymmetric (cipherText As Byte()) As Byte()
Parameters
- cipherText
- Byte[]
Returns
Byte[]