Domain Detective

API Reference

Class

TlsaRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a TLSA record for DANE validation.

Inheritance

  • Object
  • TlsaRecord

Remarks

See RFC 6698 for the specification.

Constructors

public TlsaRecord(Byte certificateUsage, Byte selector, Byte matchingType, String associationData) #

Initializes a new instance of the TlsaRecord class.

Parameters

certificateUsage System.Byte requiredposition: 0
The certificate usage.
selector System.Byte requiredposition: 1
The certificate selector.
matchingType System.Byte requiredposition: 2
The matching type.
associationData System.String requiredposition: 3
The association data.

Properties

public Byte CertificateUsage { get; } #

Gets the certificate usage field.

public Byte Selector { get; } #

Gets the selector field specifying which part of the certificate is matched.

public Byte MatchingType { get; } #

Gets the matching type describing how the association data is compared.

public String AssociationData { get; } #

Gets the certificate association data.

{{ include "footer" }}