Domain Detective

API Reference

Class

CertificateInventoryPolicyViolationCodes

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Explicit violation codes returned by CertificateInventoryPolicyAnalyzer.

Inheritance

  • Object
  • CertificateInventoryPolicyViolationCodes

Fields

public const String EndpointUnreachable #

Represents the endpoint unreachable value.

Value: Policy.Endpoint.Unreachable
public const String CertificateNotYetValid #

Represents the certificate not yet valid value.

Value: Policy.Certificate.NotYetValid
public const String CertificateExpired #

Represents the certificate expired value.

Value: Policy.Certificate.Expired
public const String CertificateExpiringSoon #

Represents the certificate expiring soon value.

Value: Policy.Certificate.ExpiringSoon
public const String CertificateValidationFailed #

Represents the certificate validation failed value.

Value: Policy.Certificate.ValidationFailed
public const String ChainIncomplete #

Represents the chain incomplete value.

Value: Policy.Certificate.ChainIncomplete
public const String HostnameMismatch #

Represents the hostname mismatch value.

Value: Policy.Certificate.HostnameMismatch
public const String MissingServerAuthEku #

Represents the missing server auth eku value.

Value: Policy.Certificate.MissingServerAuthEku
public const String ClientAuthEkuPresent #

Represents the client auth eku present value.

Value: Policy.Certificate.ClientAuthEkuPresent
public const String SecureEmailEkuPresent #

Represents the secure email eku present value.

Value: Policy.Certificate.SecureEmailEkuPresent
public const String SelfSignedCertificate #

Represents the self signed certificate value.

Value: Policy.Certificate.SelfSigned
public const String WeakKey #

Represents the weak key value.

Value: Policy.Certificate.WeakKey
public const String Sha1Signature #

Represents the sha1 signature value.

Value: Policy.Certificate.Sha1Signature
public const String UnknownAuthority #

Represents the unknown authority value.

Value: Policy.Certificate.UnknownAuthority
public const String UnknownRootAuthority #

Represents the unknown root authority value.

Value: Policy.Certificate.UnknownRootAuthority
public const String CtNotObserved #

Represents the ct not observed value.

Value: Policy.Certificate.CtNotObserved
public const String ReuseEndpointFanout #

Represents the reuse endpoint fanout value.

Value: Policy.Certificate.Reuse.EndpointFanout
public const String ReuseCrossService #

Represents the reuse cross service value.

Value: Policy.Certificate.Reuse.CrossService
public const String ReuseCrossPort #

Represents the reuse cross port value.

Value: Policy.Certificate.Reuse.CrossPort
{{ include "footer" }}