DnsSecAlgorithm Enumeration

DNSSEC algorithm type

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public enum DnsSecAlgorithm

Members

RsaMd51

RSA MD5

Defined in RFC 3110 and RFC 4034.


Obsolete.
DiffieHellman2

Diffie Hellman

Defined in RFC 2539.


Obsolete.
Dsa3

DSA/SHA-1

Defined in RFC 3755 and RFC 4034.


Obsolete.
RsaSha15

RSA/SHA-1

Defined in RFC 3110 and RFC 4034.

DsaNsec3Sha16

DSA/SHA-1 using NSEC3 hashs

Defined in RFC 5155.


Obsolete.
RsaSha1Nsec3Sha17

RSA/SHA-1 using NSEC3 hashs

Defined in RFC 5155.

RsaSha2568

RSA/SHA-256

Defined in RFC 5702.

RsaSha51210

RSA/SHA-512

Defined in RFC 5702.

EccGost12

GOST R 34.10-2001

Defined in RFC 5933.


Obsolete.
EcDsaP256Sha25613

ECDSA Curve P-256 with SHA-256

Defined in RFC 6605.

EcDsaP384Sha38414

ECDSA Curve P-384 with SHA-384

Defined in RFC 6605.

Ed2551915

EdDSA with Ed25519 curve

Defined in RFC 8080.

Ed44816

EdDSA with Ed448 curve

Defined in RFC 8080.

Indirect252

Indirect

Defined in RFC 4034.

PrivateDns253

Private key using named algorithm

Defined in RFC 4034.

PrivateOid254

Private key using algorithm object identifier

Defined in RFC 4034.

See Also