DSASignatureFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data format for signatures with the DSA family of algorithms.
public enum class DSASignatureFormat
public enum DSASignatureFormat
type DSASignatureFormat =
Public Enum DSASignatureFormat
- Inheritance
Fields
Name | Value | Description |
---|---|---|
IeeeP1363FixedFieldConcatenation | 0 | The signature format from IEEE P1363, which produces a fixed-size signature for a given key. |
Rfc3279DerSequence | 1 | The signature format from IETF RFC 3279, which produces a variably-sized signature. |
Remarks
Important
The creators of the DSA algorithm have withdrawn their support for it. Consider using the RSA class or the ECDsa class instead of the DSA class. Use DSA only for compatibility with legacy applications and data.