CryptographyHelperDecrypt Method

Overload List

DecryptT(T, Byte, Byte, Byte) Decrypts a byte array using the specified symmetric algorithm.
DecryptT(T, String, Byte, Byte, Encoding) Decrypts a base64 string using the specified symmetric algorithm returning a string.
DecryptT(T, String, String, String, Encoding) Decrypts a base64 string using the specified symmetric algorithm returning a string.

See Also