System.Security.Cryptography.DSA: Method Members

The methods of System.Security.Cryptography.DSA are listed below. For a list of all members, see the DSA Members list.

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

Public Methods

static
Create() : DSA

Creates the default cryptographic object used to perform the asymmetric algorithm.

static
Create(string) : DSA

Creates the specified cryptographic object used to perform the asymmetric algorithm.

abstract
CreateSignature(byte[]) : byte[]

When overridden in a derived class, creates the System.Security.Cryptography.DSA signature for the specified data.

abstract
ExportParameters(bool) : DSAParameters

When overridden in a derived class, exports the System.Security.Cryptography.DSAParameters.

override
FromXmlString(string)

Reconstructs a System.Security.Cryptography.DSA object from an XML string.

abstract
ImportParameters(DSAParameters)

When overridden in a derived class, imports the specified System.Security.Cryptography.DSAParameters.

override
ToXmlString(bool) : string

Creates and returns an XML string representation of the current System.Security.Cryptography.DSA object.

abstract
VerifySignature(byte[], byte[]) : bool

When overridden in a derived class, verifies the System.Security.Cryptography.DSA signature for the specified data.