Enum VerificationPolicyAction
- Namespace
- AsiBackbone.Core.Signing
- Assembly
- AsiBackbone.Core.dll
Describes the host-facing action selected by verification policy.
public enum VerificationPolicyAction
Fields
Allow = 0Allow the governed operation or high-assurance emission to proceed.
DeadLetter = 6Move the record or emission request to dead-letter handling.
Defer = 2Defer the workflow until verification can be completed later.
Deny = 1Deny the governed operation or high-assurance emission.
Escalate = 4Escalate to an operator, reviewer, or host-defined governance process.
RequireAcknowledgment = 3Require an explicit acknowledgment before proceeding.
Retry = 5Retry verification or downstream handling according to host retry policy.