Domain Detective

API Reference

Class

DomainCertificatePortfolioSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Certificate fields that are useful to portfolio storage.

Inheritance

  • Object
  • DomainCertificatePortfolioSummary

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

Constructors

public DomainCertificatePortfolioSummary() #

Properties

public String Fingerprint { get; set; } #

Certificate fingerprint or thumbprint.

public String Subject { get; set; } #

Certificate subject.

public String Issuer { get; set; } #

Certificate issuer.

public Nullable<DateTimeOffset> NotBeforeUtc { get; set; } #

Certificate validity start.

public Nullable<DateTimeOffset> NotAfterUtc { get; set; } #

Certificate validity end.

public Nullable<Int32> DaysToExpiry { get; set; } #

Days from snapshot capture to certificate expiry.

public Nullable<Boolean> Valid { get; set; } #

Whether certificate evidence indicates a valid certificate.

public Nullable<Boolean> HostnameMatch { get; set; } #

Whether certificate evidence indicates hostname match.

{{ include "footer" }}