System.Security.Cryptography.DSAImplementation.DSACng.DSACng C# (CSharp) Méthode

DSACng() public méthode

Create a DSACng algorithm with a random 2048 bit key pair.
public DSACng ( ) : Internal.Cryptography
Résultat Internal.Cryptography
            public DSACng()
                : this(keySize: s_defaultKeySize)
            {
            }

Same methods

DSAImplementation.DSACng::DSACng ( int keySize ) : Internal.Cryptography