System.Security.Cryptography.DSAImplementation.DSAOpenSsl.DSAOpenSsl C# (CSharp) Method

DSAOpenSsl() public method

public DSAOpenSsl ( ) : Internal.Cryptography
return Internal.Cryptography
            public DSAOpenSsl()
                : this(2048)
            {
            }

Same methods

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