ProtectionLevel Enum

Definition

Enumerates how communication is protected.

public enum ProtectionLevel
type ProtectionLevel = 
Public Enum ProtectionLevel
Inheritance
ProtectionLevel

Fields

EncryptAndSign 2

Both confidentiality and integrity are protected.

None 0

Not protected.

Sign 1

Only integrity is protected.

Applies to