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
IsHealthy
Whether the endpoint is currently considered healthy.
public required bool IsHealthy { get; init; }
Property Value
IsPrimary
Whether this is the current primary endpoint.
public required bool IsPrimary { get; init; }
Property Value
LastFailureUtc
When the last failure occurred, or null if no failures.
public DateTime? LastFailureUtc { get; init; }
Property Value
Url
TSA URL.
public required string Url { get; init; }