| EncryptT(T, Byte, Byte, Byte) | Encrypts a byte array using the specified symmetric algorithm. |
| EncryptT(T, String, Byte, Byte, Encoding) | Encrypts a string using the specified symmetric algorithm returning a base64 string. |
| EncryptT(T, String, String, String, Encoding) | Encrypts a string using the specified symmetric algorithm returning a base64 string. |