| Overload | Description |
|---|---|
| Decrypt(Stream) | Decrypts the stream with the current password and salt |
| Decrypt(Stream,Size) | Decrypts the stream with the current password and salt |
| Decrypt(Byte[]) | Decrypts the bytes with the current password and salt |
| Decrypt(Byte[],Size) | Decrypts the bytes with the current password and salt |
| Decrypt(String) | Decrypts the base-64 encoded bytes, decrypts the data and returns the string (Inherited from CSharpTest.Net.Crypto.CryptoKey) |
| Decrypt(String,ByteEncoding) | Decrypts the base-64 encoded bytes, decrypts the data and returns the string (Inherited from CSharpTest.Net.Crypto.CryptoKey) |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7