DSASignatureFormat Enum

Definition

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
DSASignatureFormat

Fields

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.

Applies to