Table of Contents

Enum HyperVServerVirtualMachineReplicationAuthenticationType

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

The authentication type for replication of a Hyper-V server virtual machine.

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

Fields

Certificate = 2

The authentication type is Certificate.

Kerberos = 1

The authentication type is Kerberos.

Unknown = 0

The authentication type is unknown.