Enum GroupPolicyNetworkOptionsVpnConnectionVpnType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the VPN type of a Group Policy preference VPN connection.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNetworkOptionsVpnConnectionVpnType
Fields
Automatic = 1
The VPN type is automatic.
L2tp = 3
The VPN type is L2TP IPSec VPN.
Pptp = 2
The VPN type is PPTP VPN.
Unknown = 0
The VPN type is unknown.