Domain Detective

API Reference

Class

CertificateInventoryEndpointPolicy

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Endpoint-level policy details.

Inheritance

  • Object
  • CertificateInventoryEndpointPolicy

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

Properties

public String Host { get; set; } #

Gets or sets the host value.

public Int32 Port { get; set; } #

Gets or sets the port value.

public String Service { get; set; } #

Gets or sets the service 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> NotBeforeUtc { get; set; } #

Gets or sets the not before utc value.

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

Gets or sets the not after utc value.

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

Gets or sets the days until valid value.

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

Gets or sets the days to expire value.

public Int32 RiskScore { get; set; } #

Gets or sets the risk score value.

public String RiskSeverity { get; set; } #

Gets or sets the risk severity value.

public Boolean Valid { get; set; } #

Gets or sets the valid value.

public Boolean Expired { get; set; } #

Gets or sets the expired value.

public Boolean NotYetValid { get; set; } #

Gets or sets the not yet valid value.

public Boolean ChainComplete { get; set; } #

Gets or sets the chain complete value.

public Boolean HostnameMatch { get; set; } #

Gets or sets the hostname match value.

public Boolean IsReachable { get; set; } #

Gets or sets the is reachable value.

public Boolean IsSelfSigned { get; set; } #

Gets or sets the is self signed value.

public Boolean IsKnownCertificateAuthority { get; set; } #

Gets or sets the is known certificate authority value.

public Boolean IsKnownRootCertificateAuthority { get; set; } #

Gets or sets the is known root certificate authority value.

public Boolean PresentInCtLogs { get; set; } #

Gets or sets the present in ct logs value.

public Boolean WeakKey { get; set; } #

Gets or sets the weak key value.

public Boolean Sha1Signature { get; set; } #

Gets or sets the sha1 signature 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 Boolean AllowsSecureEmail { get; set; } #

Gets or sets the allows secure email value.

public String AuthenticationProfile { get; set; } #

Gets or sets the authentication profile value.

public Int32 CertificateReuseEndpointCount { get; set; } #

Gets or sets the certificate reuse endpoint count value.

public Int32 CertificateReuseDistinctServiceCount { get; set; } #

Gets or sets the certificate reuse distinct service count value.

public Int32 CertificateReuseDistinctPortCount { get; set; } #

Gets or sets the certificate reuse distinct port count value.

public String ReusePolicyScope { get; set; } #

Gets or sets the reuse policy scope value.

public Int32 EffectiveMaxReuseEndpointCount { get; set; } #

Gets or sets the effective max reuse endpoint count value.

public String EffectiveBaselineProfile { get; set; } #

Gets or sets the effective baseline profile value.

public List<String> SuppressedViolationCodes { get; set; } #

Gets or sets the suppressed violation codes value.

public List<String> AppliedPolicyOverrideRules { get; set; } #

Gets or sets the applied policy override rules value.

public Boolean Compliant { get; set; } #

Gets or sets the compliant value.

public Int32 ViolationCount { get; set; } #

Gets or sets the violation count value.

public String MaxViolationSeverity { get; set; } #

Gets or sets the max violation severity value.

public List<String> RiskReasons { get; set; } #

Gets or sets the risk reasons value.

public List<CertificateInventoryPolicyViolation> Violations { get; set; } #

Gets or sets the violations value.

{{ include "footer" }}