Enum GroupPolicyNetworkOptionsVpnConnectionEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the encryption type of a Group Policy preference VPN connection.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNetworkOptionsVpnConnectionEncryptionType
Fields
MaximumStrength = 4
The encryption type is maximum strength.
None = 1
The encryption type is none.
Optional = 2
The encryption type is optional.
Required = 3
The encryption type is required.
Unknown = 0
The encryption type is unknown.