Partager via


DataProtectionCryptographyService.DecryptSymmetric(Byte[]) Method

Definition

public:
 virtual cli::array <System::Byte> ^ DecryptSymmetric(cli::array <System::Byte> ^ cipherText);
public byte[] DecryptSymmetric (byte[] cipherText);
abstract member DecryptSymmetric : byte[] -> byte[]
override this.DecryptSymmetric : byte[] -> byte[]
Public Function DecryptSymmetric (cipherText As Byte()) As Byte()

Parameters

cipherText
Byte[]

Returns

Byte[]

Implements

Applies to