Mono Class Library: Overview

System.Security.Cryptography.DSA: Members

The members of System.Security.Cryptography.DSA are listed below.

See Also: Inherited members from System.Security.Cryptography.AsymmetricAlgorithm

Protected Constructors

DSA()
Documentation for this section has not yet been entered.

Public Methods

static
Create() : DSA
Create an instance of the default DSA implementation.
static
Create(string) : DSA
Create an instance of the specified DSA implementation.
abstract
CreateSignature(byte[]) : byte[]
Sign the specified hash value using the instance private key.
abstract
ExportParameters(bool) : DSAParameters
Export the instance key into a System.Security.Cryptography.DSAParameters structure.
override
FromXmlString(string)
Import the DSA key from the specified XML string.
abstract
ImportParameters(DSAParameters)
Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance.
override
ToXmlString(bool) : string
Convert the current DSA key into an XML string.
abstract
VerifySignature(byte[], byte[]) : bool
Verify that signature match the hash value using the instance public key.