Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.DSASignatureDeformatter Class

Signature verification using the DSA algorithm. [Edit]

See Also: DSASignatureDeformatter Members

System.Object
     System.Security.Cryptography.AsymmetricSignatureDeformatter
          System.Security.Cryptography.DSASignatureDeformatter

[System.Runtime.InteropServices.ComVisible(true)]
public class DSASignatureDeformatter : AsymmetricSignatureDeformatter

Remarks

You are encouraged to use this class for verifying 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