Enum DigestType
Identities the cryptographic digest algorithm used by the resource records.
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public enum DigestType : byte
Remarks
The values are maintained by IANA at https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml#ds-rr-types-1.
Implemented digest algorithms are obtained from the DigestRegistry.
Fields
Name | Description |
---|---|
GostR34_11_94 | GOST R 34.11-94. |
Sha1 | SHA-1. |
Sha256 | SHA-256 |
Sha384 | SHA-384 |
Sha512 | SHA-512 (not in IANA registry) |