| ARSoft.Tools.Net.Dns Namespace : DnsSecAlgorithm Enumeration |
public enum DnsSecAlgorithm : System.Enum
| Member | Description |
|---|---|
| DiffieHellman | Diffie Hellman Defined in RFC 2539 |
| DsaNsec3Sha1 | DSA/SHA-1 using NSEC3 hashs Defined in RFC 5155 |
| DsaSha1 | DSA/SHA-1 Defined in RFC 3755 |
| EccGost | GOST Signature Defined in RFC 5933 |
| EllipticCurve | Elliptic curves Defined in RFC |
| Indirect | Indirect Defined in RFC 4034 |
| PrivateDns | Private key using named algorithm Defined in RFC 3755 |
| PrivateOid | Private key using algorithm object identifier Defined in RFC 3755 |
| RsaMd5 | RSA MD5 Defined in RFC 4034 |
| RsaSha1 | RSA/SHA-1 Defined in RFC 3755 |
| RsaSha1Nsec3Sha1 | RSA/SHA-1 using NSEC3 hashs Defined in RFC 5155 |
| RsaSha256 | RSA/SHA-256 Defined in RFC 5702 |
| RsaSha512 | RSA/SHA-512 Defined in RFC 5702 |
System.Object
System.ValueType
System.Enum
ARSoft.Tools.Net.Dns.DnsSecAlgorithm