TestimoX

API Reference

Enum

TrustValidationStatus

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

Indicates the outcome of trust validation.

Inheritance

  • Enum
  • TrustValidationStatus

Usage

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

Accepted by parameters

Values

public const TrustValidationStatus Unknown #

Validation hasn't been performed.

Value: 0
public const TrustValidationStatus Valid #

The trust is valid.

Value: 1
public const TrustValidationStatus Invalid #

The trust is invalid.

Value: 2
public const TrustValidationStatus NotFound #

The trust was not found.

Value: 3