Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Security.Cryptography.DSASignatureFormat
Assembly: System.Security.Cryptography
Specifies the data format for signatures with the DSA family of algorithms.
Values
IeeeP1363FixedFieldConcatenation
The signature format from IEEE P1363, which produces a fixed-size signature for a given key.
Rfc3279DerSequence
The signature format from IETF RFC 3279, which produces a variably-sized signature.