Cloud Domains v1 API - Enum DnsSettings.Types.DsRecord.Types.Algorithm (2.3.0)

public enum DnsSettings.Types.DsRecord.Types.Algorithm

Reference documentation and code samples for the Cloud Domains v1 API enum DnsSettings.Types.DsRecord.Types.Algorithm.

List of algorithms used to create a DNSKEY. Certain algorithms are not supported for particular domains.

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Fields

NameDescription
Dh

Diffie-Hellman. Cannot be used for new deployments.

Dsa

DSA/SHA1. Not recommended for new deployments.

Dsansec3Sha1

DSA-NSEC3-SHA1. Not recommended for new deployments.

Ecc

ECC. Not recommended for new deployments.

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

Reserved for Indirect Keys. Cannot be used for new deployments.

Privatedns

Private algorithm. Cannot be used for new deployments.

Privateoid

Private algorithm OID. Cannot be used for new deployments.

Rsamd5

RSA/MD5. Cannot be used for new deployments.

Rsasha1

RSA/SHA-1. Not recommended for new deployments.

Rsasha1Nsec3Sha1

RSA/SHA1-NSEC3-SHA1. Not recommended for new deployments.

Rsasha256

RSA/SHA-256.

Rsasha512

RSA/SHA-512.

Unspecified

The algorithm is unspecified.