Domain Detective

API Reference

Class

DaneCertificateEvidence

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Certificate and DNSSEC evidence used to validate one TLSA owner name.

Inheritance

  • Object
  • DaneCertificateEvidence

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String TlsaOwnerName { get; set; } #

TLSA owner name, such as _443._tcp.example.com.

public X509Certificate2 EndEntityCertificate { get; set; } #

End-entity certificate presented by the service.

public IReadOnlyList<X509Certificate2> CertificateChain { get; set; } #

Certificates supplied or built for the service chain.

public Boolean PkixValidated { get; set; } #

True when normal PKIX path validation succeeded.

public Boolean DnssecValidated { get; set; } #

True when the TLSA DNS response was validated through DNSSEC.

{{ include "footer" }}