Managed implementation of DSA signature algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Class DSAManaged _ Inherits DSA |
C# |
---|
public class DSAManaged : DSA |
Remarks
The purpose of this class is to make it possible to verify signatures without the need to use CryptoAPI, which is not available in some scenarios.
Even though it is possible to generate DSA keys and sign data using this class, but this process has not been optimized for speed and is very slow.
Inheritance Hierarchy
System..::..Object
System.Security.Cryptography..::..AsymmetricAlgorithm
System.Security.Cryptography..::..DSA
Rebex.Security.Cryptography..::..DSAManaged
System.Security.Cryptography..::..AsymmetricAlgorithm
System.Security.Cryptography..::..DSA
Rebex.Security.Cryptography..::..DSAManaged