RasDialer.SkipPppAuthentication Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether point-to-point (PPP) authentication is skipped.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool SkipPppAuthentication { get; set; }
Visual Basic
Public Property SkipPppAuthentication As Boolean
	Get
	Set
Visual C++
public:
property bool SkipPppAuthentication {
	bool get ();
	void set (bool value);
}
F#
member SkipPppAuthentication : bool with get, set

Property Value

Type: Boolean

Remarks

Windows 7 and later: This property is available.

See Also