Delen via


DelegationSignerInfo Class

Definition

The delegation signer information.

public class DelegationSignerInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dns.Models.DelegationSignerInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dns.Models.DelegationSignerInfo>
type DelegationSignerInfo = class
    interface IJsonModel<DelegationSignerInfo>
    interface IPersistableModel<DelegationSignerInfo>
Public Class DelegationSignerInfo
Implements IJsonModel(Of DelegationSignerInfo), IPersistableModel(Of DelegationSignerInfo)
Inheritance
DelegationSignerInfo
Implements

Properties

DigestAlgorithmType

The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml.

DigestValue

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.

Record

The record represents a delegation signer (DS) record.

Explicit Interface Implementations

IJsonModel<DelegationSignerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DelegationSignerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DelegationSignerInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DelegationSignerInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DelegationSignerInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to