Table of Contents

Enum MicrosoftFailoverClusterTrafficEncryptionLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The Microsoft failover cluster traffic encryption level.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterTrafficEncryptionLevel

Fields

ClearText = 1

The cluster traffic encryption level is clear text.

Encrypt = 3

The cluster traffic encryption level is encrypt.

NotAvailableOnPlatform = 4

The cluster traffic encryption level is not available on the platform.

Sign = 2

The cluster traffic encryption level is sign.

Unknown = 0

The cluster traffic encryption level is unknown.