Domain Detective

API Reference

Enum

CertificateFailureKind

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Normalized failure kind used for certificate capture, persistence, and reuse decisions.

Inheritance

  • Enum
  • CertificateFailureKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const CertificateFailureKind None #

Represents the none value.

Value: 0
public const CertificateFailureKind Unknown #

Represents the unknown value.

Value: 1
public const CertificateFailureKind Cancelled #

Represents the cancelled value.

Value: 2
public const CertificateFailureKind Timeout #

Represents the timeout value.

Value: 3
public const CertificateFailureKind TlsHandshake #

Represents the tls handshake value.

Value: 4
public const CertificateFailureKind NameResolution #

Represents the name resolution value.

Value: 5
public const CertificateFailureKind ConnectionRefused #

Represents the connection refused value.

Value: 6
public const CertificateFailureKind ConnectionReset #

Represents the connection reset value.

Value: 7
public const CertificateFailureKind ConnectionAborted #

Represents the connection aborted value.

Value: 8
public const CertificateFailureKind NetworkUnreachable #

Represents the network unreachable value.

Value: 9
public const CertificateFailureKind ConnectionError #

Represents the connection error value.

Value: 10
{{ include "footer" }}