Mono Class Library: OverviewSystem.Security.Cryptography.DSA: Members |
The members of System.Security.Cryptography.DSA are listed below.
See Also: Inherited members from System.Security.Cryptography.AsymmetricAlgorithm
DSA()Documentation for this section has not yet been entered.
staticCreate() : DSA Create an instance of the default DSA implementation. staticCreate(string) : DSA Create an instance of the specified DSA implementation. abstractCreateSignature(byte[]) : byte[] Sign the specified hash value using the instance private key. abstractExportParameters(bool) : DSAParameters Export the instance key into a System.Security.Cryptography.DSAParameters structure. overrideFromXmlString(string) Import the DSA key from the specified XML string. abstractImportParameters(DSAParameters) Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance. overrideToXmlString(bool) : string Convert the current DSA key into an XML string. abstractVerifySignature(byte[], byte[]) : bool Verify that signature match the hash value using the instance public key.