RasEapOptions Constructor (Boolean, Boolean, Boolean)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasEapOptions class.

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

Syntax

C#
public RasEapOptions(
	bool nonInteractive,
	bool logOn,
	bool preview
)
Visual Basic
Public Sub New ( 
	nonInteractive As Boolean,
	logOn As Boolean,
	preview As Boolean
)
Visual C++
public:
RasEapOptions(
	bool nonInteractive, 
	bool logOn, 
	bool preview
)
F#
new : 
        nonInteractive : bool * 
        logOn : bool * 
        preview : bool -> RasEapOptions

Parameters

nonInteractive
Type: System..::..Boolean
true if the authentication protocol should not display a graphical user interface, otherwise false.
logOn
Type: System..::..Boolean
true if the user data is obtained from WinLogon, otherwise false.
preview
Type: System..::..Boolean
true if the user should be prompted for identity information before dialing, otherwise false.

See Also