Show / Hide Table of Contents

Class DsRecord

Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain. It contains a digest (hash) of a DNSKEY record that must be present in the domain's DNS zone.

Inheritance
object
DsRecord
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1alpha2.Data
Assembly: Google.Apis.CloudDomains.v1alpha2.dll
Syntax
public class DsRecord : IDirectResponseSchema

Properties

Algorithm

The algorithm used to generate the referenced DNSKEY.

Declaration
[JsonProperty("algorithm")]
public virtual string Algorithm { get; set; }
Property Value
Type Description
string

Digest

The digest generated from the referenced DNSKEY.

Declaration
[JsonProperty("digest")]
public virtual string Digest { get; set; }
Property Value
Type Description
string

DigestType

The hash function used to generate the digest of the referenced DNSKEY.

Declaration
[JsonProperty("digestType")]
public virtual string DigestType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyTag

The key tag of the record. Must be set in range 0 -- 65535.

Declaration
[JsonProperty("keyTag")]
public virtual int? KeyTag { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX