Table of Contents

Enum VerificationPolicyAction

Namespace
AsiBackbone.Core.Signing
Assembly
AsiBackbone.Core.dll

Describes the host-facing action selected by verification policy.

public enum VerificationPolicyAction

Fields

Allow = 0

Allow the governed operation or high-assurance emission to proceed.

DeadLetter = 6

Move the record or emission request to dead-letter handling.

Defer = 2

Defer the workflow until verification can be completed later.

Deny = 1

Deny the governed operation or high-assurance emission.

Escalate = 4

Escalate to an operator, reviewer, or host-defined governance process.

RequireAcknowledgment = 3

Require an explicit acknowledgment before proceeding.

Retry = 5

Retry verification or downstream handling according to host retry policy.