TestimoX

API Reference

Enum

TrustStatus

Namespace ADPlayground.Trusts
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

High-level validation status of a trust. Detailed flags may be exposed separately.

Inheritance

  • Enum
  • TrustStatus

Values

public const TrustStatus Unknown #

Status could not be determined.

Value: 0
public const TrustStatus Enabled #

Trust validated successfully.

Value: 1
public const TrustStatus Disabled #

Trust is disabled or not in use.

Value: 2
public const TrustStatus Warning #

Trust has issues that warrant attention (degraded state).

Value: 3
public const TrustStatus Error #

Trust validation failed or is misconfigured.

Value: 4