TestimoX

API Reference

Class

CertificatePostureInfo

Namespace ComputerX.Certificates
Assembly ComputerX
Modifiers sealed

Consolidated certificate store security posture for a host.

Inheritance

  • Object
  • CertificatePostureInfo

Constructors

Properties

public String ComputerName { get; set; } #

Computer name these values were collected for.

public Boolean CollectedLocally { get; set; } #

True when the collector ran against the local host store APIs.

public Boolean RemoteCollectionSupported { get; set; } #

True when remote collection is supported by this collector implementation.

public Int32 RecentWindowDays { get; set; } #

Recent issuance window used for indicators.

public List<CertificateStoreInventory> Stores { get; set; } #

Per-store inventories (Root and Intermediate).

public Int32 TotalCertificates { get; set; } #

Total certificates across stores.

public Int32 TotalSuspicious { get; set; } #

Total suspicious certificates across stores.