Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.DSASignatureFormatter Class

Signature generation using the DSA algorithm. [Edit]

See Also: DSASignatureFormatter Members

System.Object
     System.Security.Cryptography.AsymmetricSignatureFormatter
          System.Security.Cryptography.DSASignatureFormatter

[System.Runtime.InteropServices.ComVisible(true)]
public class DSASignatureFormatter : AsymmetricSignatureFormatter

Remarks

You are encouraged to use this class for generating all DSA signatures to ensure code portability with all DSA implementation. Some DSA implementations, like System.Security.Cryptography.DSACryptoServiceProvider, provides some helper methods but these methods will limit your code to use this specific class. [Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0