API Reference
Class
DaneCertificateEvidence
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.
Returned or exposed by
Accepted by parameters
Constructors
public DaneCertificateEvidence() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.