Delen via


DnsTlsaRecordInfo Class

Definition

A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698.

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

Constructors

DnsTlsaRecordInfo()

Initializes a new instance of DnsTlsaRecordInfo.

Properties

CertAssociationData

This specifies the certificate association data to be matched.

MatchingType

The matching type specifies how the certificate association is presented.

Selector

The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.

Usage

The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.

Explicit Interface Implementations

IJsonModel<DnsTlsaRecordInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DnsTlsaRecordInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DnsTlsaRecordInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DnsTlsaRecordInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DnsTlsaRecordInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to