Domain Detective

API Reference

Enum

TlsaSelector

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

TLSA selector values defined in RFC 6698.

Inheritance

  • Enum
  • TlsaSelector

Usage

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

Values

public const TlsaSelector Unknown #
Description("Unknown")

Selector value not recognized.

Value: -1
public const TlsaSelector Cert #
Description("Cert: Full Certificate")

Cert: Full Certificate.

Value: 0
public const TlsaSelector Spki #
Description("SPKI: SubjectPublicKeyInfo")

SPKI: SubjectPublicKeyInfo.

Value: 1
{{ include "footer" }}