Skip to content

RevocationIndeterminateEvidence

One piece of evidence that failed to produce a definitive revocation answer.

ts
interface RevocationIndeterminateEvidence {
	readonly kind: RevocationEvidenceKind;
	readonly code: RevocationIndeterminateReasonCode;
	readonly message: string;
	readonly reason?: CrlApplicabilityFailureReason;
}

Properties

Released under the MIT License.