Class RasConfiguration
Class RasConfiguration. Describes the RAS configuration used for RAS-based (IKEv2) VPN connections.
Inheritance
System.Object
RasConfiguration
Namespace: VpnSDK.DTO
Assembly: cs.temp.dll.dll
Syntax
public class RasConfiguration
Properties
RasDeviceDescription
Gets or sets the device description used by Windows.
Declaration
public string RasDeviceDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseConnectionTypeInName
Gets or sets a value indicating whether to use the connection type in the VPN entry.
Declaration
public bool UseConnectionTypeInName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|