Domain Detective

API Reference

Enum

CtIngestionOperation

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

Describes certificate transparency operations that a provider can execute.

Inheritance

  • Enum
  • CtIngestionOperation

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 CtIngestionOperation None #

No certificate transparency operation is requested.

Value: 0
public const CtIngestionOperation DiscoverSubdomains #

Discover host names below a registered or monitored domain.

Value: 1
public const CtIngestionOperation GetLatestCertificate #

Retrieve the latest known certificate for an exact host name.

Value: 2
public const CtIngestionOperation GetCertificateHistory #

Retrieve historical certificates for an exact host name.

Value: 4
public const CtIngestionOperation GetDomainTreeCertificates #

Retrieve certificates for a domain and its discovered host names.

Value: 8
{{ include "footer" }}