Domain Detective

API Reference

Enum

DaneAssociationMatchStatus

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

Describes the result of validating TLSA association data against live certificate evidence.

Inheritance

  • Enum
  • DaneAssociationMatchStatus

Usage

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

Values

public const DaneAssociationMatchStatus NotChecked #

No certificate comparison was attempted.

Value: 0
public const DaneAssociationMatchStatus Match #

The selected certificate material matched the TLSA association data.

Value: 1
public const DaneAssociationMatchStatus NoMatch #

Certificate evidence was available but did not match.

Value: 2
public const DaneAssociationMatchStatus CheckFailed #

The comparison could not be trusted or completed.

Value: 3
{{ include "footer" }}