Table of Contents

Enum LiabilityHandshakeRiskLevel

Namespace
AsiBackbone.Core.Handshakes
Assembly
AsiBackbone.Core.dll

Represents the risk level associated with a liability or responsibility handshake.

public enum LiabilityHandshakeRiskLevel

Fields

Critical = 4

The operation is critical risk.

High = 3

The operation is high risk.

Low = 1

The operation is low risk.

Medium = 2

The operation is medium risk.

Unspecified = 0

No risk level was specified.