Domain Detective

API Reference

Enum

TlsaUsage

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

TLSA certificate usage values defined in RFC 6698.

Inheritance

  • Enum
  • TlsaUsage

Usage

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

Values

public const TlsaUsage Unknown #
Description("Unknown")

Usage value not recognized.

Value: -1
public const TlsaUsage PkixTa #
Description("PKIX-TA: CA Constraint")

PKIX-TA: CA Constraint.

Value: 0
public const TlsaUsage PkixEe #
Description("PKIX-EE: Service Certificate Constraint")

PKIX-EE: Service Certificate Constraint.

Value: 1
public const TlsaUsage DaneTa #
Description("DANE-TA: Trust Anchor Assertion")

DANE-TA: Trust Anchor Assertion.

Value: 2
public const TlsaUsage DaneEe #
Description("DANE-EE: Domain Issued Certificate")

DANE-EE: Domain Issued Certificate.

Value: 3
{{ include "footer" }}