Click or drag to resize

Cipher.Decrypt Method

Overload List
  Name Description
Public Extension Method Decrypt(Byte[], String, CipherStrength) Returns a binary array of decrypted data for the given parameters.
Public Extension Method Decrypt(String, String, CipherStrength) Returns a decrypted string from a Base64 encoded string of binary encrypted data from the given parameters.
Public Extension Method Decrypt(Byte[], Byte[], Byte[], CipherStrength) Returns a binary array of decrypted data for the given parameters.
Public Extension Method Decrypt(Stream, Byte[], Byte[], CipherStrength) Returns a stream of decrypted data for the given parameters.
Public Extension Method Decrypt(Byte[], Int32, Int32, String, CipherStrength) Returns a binary array of decrypted data for the given parameters.
Public Extension Method Decrypt(Byte[], Int32, Int32, Byte[], Byte[], CipherStrength) Returns a binary array of decrypted data for the given parameters.
Public Extension Method Decrypt(Stream, Stream, Byte[], Byte[], CipherStrength, Action<ProcessProgress<Int64> > ) Decrypts input stream onto output stream for the given parameters.
Top
See Also