Table of Contents

Enum HyperVServerLiveMigrationAuthenticationType

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

The authentication type to use for live migrations.

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

Fields

CredSsp = 1

The authentication type is Credential Security Support Provider (CredSSP).

Kerberos = 2

The authentication type is Kerberos.

Unknown = 0

The authentication type is unknown.