System.Security.Cryptography.TripleDESCng
Provides a Cryptography Next Generation (CNG) implementation of the Triple Data Encryption Standard (3DES) algorithm.
public TripleDESCng()
Initializes a new instance of the TripleDESCng class with an ephemeral key.
Initializes a new instance of the TripleDESCng class with the specified key name, which represents an existing persisted 3DES key.
Initializes a new instance of the TripleDESCng class with the specified key name, which represents an existing persisted 3DES key, and the specified key storage provider (KSP).
Initializes a new instance of the TripleDESCng class with the specified key name, which represents an existing persisted 3DES key, the specified key storage provider (KSP) and key open options.