Table of Contents

Class TsaEndpointStatus

Namespace
SimpleSign.Core.Crypto
Assembly
SimpleSign.Core.dll

Health status of a TSA endpoint.

public sealed class TsaEndpointStatus
Inheritance
TsaEndpointStatus
Inherited Members

Properties

ConsecutiveFailures

Number of consecutive failures.

public required int ConsecutiveFailures { get; init; }

Property Value

int

IsHealthy

Whether the endpoint is currently considered healthy.

public required bool IsHealthy { get; init; }

Property Value

bool

IsPrimary

Whether this is the current primary endpoint.

public required bool IsPrimary { get; init; }

Property Value

bool

LastFailureUtc

When the last failure occurred, or null if no failures.

public DateTime? LastFailureUtc { get; init; }

Property Value

DateTime?

Url

TSA URL.

public required string Url { get; init; }

Property Value

string