Domain Detective

API Reference

Class

CertificateIssuerIdentity

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Structured issuer identity details derived from certificate issuer metadata.

Inheritance

  • Object
  • CertificateIssuerIdentity

Usage

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

Constructors

public CertificateIssuerIdentity() #

Properties

public String RawIssuer { get; set; } #

Gets or sets the raw issuer value.

public String Organization { get; set; } #

Gets or sets the organization value.

public String CommonName { get; set; } #

Gets or sets the common name value.

public String NormalizedName { get; set; } #

Gets or sets the normalized name value.

public String AuthorityFamily { get; set; } #

Gets or sets the authority family value.

public Boolean IsKnownAuthority { get; set; } #

Gets or sets the is known authority value.

{{ include "footer" }}