Enum SecurityAlgorithm
Identities the security algorithm used by DNSSEC resource records.
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public enum SecurityAlgorithm : byte
Remarks
The values are maintained by IANA at https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml#dns-sec-alg-numbers-1
Implemented security algorithms are obtained from the SecurityAlgorithmRegistry.
Fields
Name | Description |
---|---|
DELETE | Delete DS |
DH | Diffie-Hellman |
DSA | DSA/SHA1 |
DSANSEC3SHA1 | DSA-NSEC3-SHA1 |
ECCGOST | GOST R 34.10-2001 |
ECDSAP256SHA256 | ECDSA Curve P-256 with SHA-256 |
ECDSAP384SHA384 | ECDSA Curve P-384 with SHA-384 |
ED25519 | Ed25519 |
ED448 | Ed448 |
INDIRECT | Indirect Keys |
PRIVATEDNS | Private algorithm |
PRIVATEOID | Private algorithm OID |
RSAMD5 | RSA/MD5 (deprecated) |
RSASHA1 | RSA/SHA-1 |
RSASHA1NSEC3SHA1 | RSASHA1-NSEC3-SHA1 |
RSASHA256 | RSA/SHA-256 |
RSASHA512 | RSA/SHA-512 |