RasEntryOptions.UseLogOnCredentials Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the remote access uses the currently logged on user credentials when dialing this entry.

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

Syntax

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

Property Value

Type: Boolean

Remarks

This option corresponds to the Use Current Username and Password checkbox in the Security settings dialog box.

This option is ignored unless the RequireMSEncryptedPassword option is also set.

See Also