DataProtector.Unprotect(Byte[]) 方法

定义

取消对指定保护数据保护。

public:
 cli::array <System::Byte> ^ Unprotect(cli::array <System::Byte> ^ encryptedData);
public byte[] Unprotect (byte[] encryptedData);
member this.Unprotect : byte[] -> byte[]
Public Function Unprotect (encryptedData As Byte()) As Byte()

参数

encryptedData
Byte[]

将被不受保护的加密数据。

返回

Byte[]

包含纯文本数据的字节数组。

例外

encryptedDatanull

encryptedData 包含了无效的用途。

适用于