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