RasEntryOptions.RequireMSEncryptedPassword Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether only the Microsoft secure password scheme (MSCHAP) can be used to authenticate the client.

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

Syntax

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

Property Value

Type: Boolean

Remarks

If this option is set, only the Microsoft secure password scheme, MSCHAP, can be used to authenticate the client with the server. This flag prevents the PPP driver from using the PPP plain-text authentication protocol (PAP), MD5-CHAP, or SPAP. Setting this option also sets the RequireMSChap and RequireMSChap2 options.

This option corresponds to the Require Microsoft Encrypted Password checkbox in the Security settings dialog box.

See Also