Domain Detective

API Reference

Enum

CtLogEntryType

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

Certificate Transparency entry type encoded in the Merkle tree leaf.

Inheritance

  • Enum
  • CtLogEntryType

Usage

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

Values

public const CtLogEntryType Unknown #

Unknown or unsupported CT entry type.

Value: -1
public const CtLogEntryType X509 #

X.509 certificate entry.

Value: 0
public const CtLogEntryType Precertificate #

Precertificate entry.

Value: 1
{{ include "footer" }}