TripleDesCipher public sealed class TripleDesCipher : BlockCipher, IDisposable Implements 3DES cipher algorithm. Documentation Code public TripleDesCipher(byte[] key, byte[] iv, CipherMode mode, bool pkcs7Padding) Initializes a new instance of the TripleDesCipher class. public void Dispose()