Mentalis.org Security Library documentation

DataProtectionCryptoServiceProvider.UnprotectData Method

Decrypts data that has been encrypted with the ProtectData method.

Overload List

Decrypts data that has been encrypted with the ProtectData method.

public byte[] UnprotectData(byte[]);

Decrypts data that has been encrypted with the ProtectData method.

public byte[] UnprotectData(byte[],byte[]);

Decrypts data that has been encrypted with the ProtectData method.

public byte[] UnprotectData(byte[],int,int,byte[]);

See Also

DataProtectionCryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace