System.Security.Cryptography.DSACng
Provides a Cryptography Next Generation (CNG) implementation of the Digital Signature Algorithm (DSA).
Gets the key that will be used by the DSACng object for any cryptographic operation that it performs.
public DSACng()
Initializes a new instance of the DSACng class with a random 2,048-bit key pair.
Initializes a new instance of the DSACng class with a randomly generated key of the specified size.
Initializes a new instance of the DSACng class with the specified key.