|
Name |
Description |
|
Decrypt(Byte, String, CipherStrength)
|
Returns a binary array of decrypted data for the given parameters.
|
|
Decrypt(String, String, CipherStrength)
|
Returns a decrypted string from a Base64 encoded string of binary encrypted data from the given
parameters.
|
|
Decrypt(Byte, Byte, Byte, CipherStrength)
|
Returns a binary array of decrypted data for the given parameters.
|
|
Decrypt(Stream, Byte, Byte, CipherStrength)
|
Returns a stream of decrypted data for the given parameters.
|
|
Decrypt(Byte, Int32, Int32, String, CipherStrength)
|
Returns a binary array of decrypted data for the given parameters.
|
|
Decrypt(Byte, Int32, Int32, Byte, Byte, CipherStrength)
|
Returns a binary array of decrypted data for the given parameters.
|
|
Decrypt(Stream, Stream, Byte, Byte, CipherStrength, ActionProcessProgressInt64)
|
Decrypts input stream onto output stream for the given parameters.
|