Domain Detective

API Reference

Class

CertificateInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides certificate info functionality.

Inheritance

  • Object
  • CertificateInfo

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

Accepted by parameters

Constructors

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public String Url { get; set; } #

Gets or sets the url value.

public Boolean IsReachable { get; set; } #

Gets or sets the is reachable value.

public String FailureReason { get; set; } #

Gets or sets the failure reason value.

public String FailureKind { get; set; } #

Gets or sets the failure kind value.

public Boolean IsValid { get; set; } #

Gets or sets the is valid value.

public Boolean HostnameMatch { get; set; } #

Gets or sets the hostname match value.

public Int32 DaysToExpire { get; set; } #

Gets or sets the days to expire value.

public Int32 DaysValid { get; set; } #

Gets or sets the days valid value.

public Boolean IsExpired { get; set; } #

Gets or sets the is expired value.

public GradeLevel Grade { get; set; } #

Gets or sets the grade value.

public String ProtocolVersion { get; set; } #

Gets or sets the protocol version value.

public Boolean Http2Supported { get; set; } #

Gets or sets the http2 supported value.

public Boolean Http3Supported { get; set; } #

Gets or sets the http3 supported value.

public Boolean SupportsTls10 { get; set; } #

Gets or sets the supports tls10 value.

public Boolean SupportsTls11 { get; set; } #

Gets or sets the supports tls11 value.

public Boolean SupportsTls12 { get; set; } #

Gets or sets the supports tls12 value.

public Boolean SupportsTls13 { get; set; } #

Gets or sets the supports tls13 value.

public String TlsProtocol { get; set; } #

Gets or sets the tls protocol value.

public String CipherAlgorithm { get; set; } #

Gets or sets the cipher algorithm value.

public Int32 CipherStrength { get; set; } #

Gets or sets the cipher strength value.

public String CipherSuite { get; set; } #

Gets or sets the cipher suite value.

public Int32 DhKeyBits { get; set; } #

Gets or sets the dh key bits value.

public Int32 SctCount { get; set; } #

Gets or sets the sct count value.

public Boolean OcspMustStaple { get; set; } #

Gets or sets the ocsp must staple value.

public Nullable<Boolean> OcspStaplingPresent { get; set; } #

Gets or sets the ocsp stapling present value.

public IReadOnlyList<String> OcspUrls { get; set; } #

Gets or sets the ocsp urls value.

public IReadOnlyList<String> CrlUrls { get; set; } #

Gets or sets the crl urls value.

public Nullable<Boolean> OcspRevoked { get; set; } #

Gets or sets the ocsp revoked value.

public Nullable<Boolean> CrlRevoked { get; set; } #

Gets or sets the crl revoked value.

public IReadOnlyList<String> SubjectAlternativeNames { get; set; } #

Gets or sets the subject alternative names value.

public Boolean IsWildcardCertificate { get; set; } #

Gets or sets the is wildcard certificate value.

public Boolean SecuresUnrelatedHosts { get; set; } #

Gets or sets the secures unrelated hosts value.

public Boolean IsSelfSigned { get; set; } #

Gets or sets the is self signed value.

public Int32 ChainLength { get; set; } #

Gets or sets the chain length value.

public String ChainSource { get; set; } #

Gets or sets the chain source value.

public IReadOnlyList<String> ChainSourceHistory { get; set; } #

Gets or sets the chain source history value.

public String CertificateSubject { get; set; } #

Gets or sets the certificate subject value.

public String CertificateIssuer { get; set; } #

Gets or sets the certificate issuer value.

public Nullable<DateTime> ValidFrom { get; set; } #

Gets or sets the valid from value.

public Nullable<DateTime> ValidTo { get; set; } #

Gets or sets the valid to value.

public String KeyAlgorithm { get; set; } #

Gets or sets the key algorithm value.

public Int32 KeySize { get; set; } #

Gets or sets the key size 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 RsaPssSignature { get; set; } #

Gets or sets the rsa pss signature value.

public Boolean HasEnhancedKeyUsageExtension { get; set; } #

Gets or sets the has enhanced key usage extension value.

public Boolean HasAnyExtendedKeyUsageOid { get; set; } #

Gets or sets the has any extended key usage oid 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 IReadOnlyList<String> ExtendedKeyUsageOids { get; set; } #

Gets or sets the extended key usage oids value.

public IReadOnlyList<String> ExtendedKeyUsageFriendlyNames { get; set; } #

Gets or sets the extended key usage friendly names value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public Sections Narrative { get; set; } #

Gets or sets the narrative value.

public IReadOnlyList<String> Highlights { get; set; } #

Gets or sets the highlights value.

public IReadOnlyList<String> Details { get; set; } #

Gets or sets the details value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public CertificateAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}