Interface IOpenVpnConnectionConfiguration
Interface IOpenVpnConnectionConfiguration. Provides an interface that contains OpenVPN specific options.
Inherited Members
Namespace: VpnSDK.Public.Interfaces
Assembly: VpnSDK.dll
Syntax
public interface IOpenVpnConnectionConfiguration : IConnectionConfiguration
Properties
Cipher
Gets or sets the cypher type to use
Declaration
OpenVpnCipherType Cipher { get; set; }
Property Value
Type | Description |
---|---|
OpenVpnCipherType |
ProtocolType
Gets or sets the protocol type to use
Declaration
NetworkProtocolType ProtocolType { get; set; }
Property Value
Type | Description |
---|---|
NetworkProtocolType |
Scramble
Gets or sets a value indicating whether scramble is enabled or not
Declaration
bool Scramble { get; set; }
Property Value
Type | Description |
---|---|
Boolean |