Enum HyperVServerReplicationAuthenticationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the authentication type for server replication for a Hyper-V server.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerReplicationAuthenticationType
Fields
Certificate = 2
The authentication type is certificate.
CertificateAndKerberos = 3
The authentication type is Kerberos and certificate.
Kerberos = 1
The authentication type is Kerberos.
Unknown = 0
The authentication type is unknown.