Domain Detective

API Reference

Enum

TlsaMatchingType

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

TLSA matching type values defined in RFC 6698.

Inheritance

  • Enum
  • TlsaMatchingType

Usage

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

Values

public const TlsaMatchingType Unknown #
Description("Unknown")

Matching type not recognized.

Value: -1
public const TlsaMatchingType Full #
Description("Full: Full Certificate or SPKI")

Full: Full Certificate or SPKI.

Value: 0
public const TlsaMatchingType Sha256 #
Description("SHA-256: SHA-256 of Certificate or SPKI")

SHA-256: SHA-256 of Certificate or SPKI.

Value: 1
public const TlsaMatchingType Sha512 #
Description("SHA-512: SHA-512 of Certificate or SPKI")

SHA-512: SHA-512 of Certificate or SPKI.

Value: 2
{{ include "footer" }}