TestimoX

API Reference

Class

CertificateStoreInventory

Namespace ComputerX.Certificates
Assembly ComputerX
Modifiers sealed

Aggregated inventory for a single certificate store.

Inheritance

  • Object
  • CertificateStoreInventory

Constructors

Properties

public CertificateStoreKind StoreKind { get; set; } #

Store kind.

public String StoreName { get; set; } #

Store name (for example, ROOT or CA).

public Int32 CertificateCount { get; set; } #

Total certificates in this store.

public Int32 SelfSignedCount { get; set; } #

Count of self-signed certificates.

public Int32 RecentlyIssuedCount { get; set; } #

Count of recently issued certificates.

public Int32 ExpiredCount { get; set; } #

Count of expired certificates.

public Int32 NotYetValidCount { get; set; } #

Count of not-yet-valid certificates.

public Int32 SuspiciousCount { get; set; } #

Count of certificates flagged as suspicious.

public List<CertificateInventoryItem> Certificates { get; set; } #

Certificate rows.