Domain Detective

API Reference

Class

CertificateInventoryCertificateReuse

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Reuse details for one certificate identity.

Inheritance

  • Object
  • CertificateInventoryCertificateReuse

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 CertificateInventoryCertificateReuse() #

Properties

public String CertificateId { get; set; } #

Gets or sets the certificate id value.

public String Thumbprint { get; set; } #

Gets or sets the thumbprint value.

public String Subject { get; set; } #

Gets or sets the subject value.

public String Issuer { get; set; } #

Gets or sets the issuer value.

public String RootIssuer { get; set; } #

Gets or sets the root issuer value.

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

Gets or sets the not after utc value.

public Boolean IsKnownCertificateAuthority { get; set; } #

Gets or sets the is known certificate authority value.

public Boolean HasWildcardSan { get; set; } #

Gets or sets the has wildcard san value.

public Boolean AllowsServerAuthentication { get; set; } #

Gets or sets the allows server authentication value.

public Boolean AllowsClientAuthentication { get; set; } #

Gets or sets the allows client authentication value.

public Int32 EndpointCount { get; set; } #

Gets or sets the endpoint count value.

public Int32 DistinctServiceCount { get; set; } #

Gets or sets the distinct service count value.

public Int32 DistinctPortCount { get; set; } #

Gets or sets the distinct port count value.

public List<CertificateInventoryEndpointReference> Endpoints { get; set; } #

Gets or sets the endpoints value.

{{ include "footer" }}