DataProtector::Unprotect Method (array<Byte>^)
.NET Framework (current version)
Unprotects the specified protected data.
Assembly: System.Security (in System.Security.dll)
Parameters
- encryptedData
-
Type:
array<System::Byte>^
The encrypted data to be unprotected.
| Exception | Condition |
|---|---|
| ArgumentNullException | encryptedData is null. |
| CryptographicException | encryptedData contained an invalid purpose. |
.NET Framework
Available since 4.5
Available since 4.5
Show: