|
| DotRas SDK Documentation |
| RasEntryOptions..::..RequirePap Property |
| RasEntryOptions Class See Also Send Feedback |
|
Gets or sets a value indicating whether the Password Authentication Protocol (PAP) must be supported for authentication.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool RequirePap { get; set; } |
| Visual Basic |
|---|
Public Property RequirePap As Boolean Get Set |
| Visual C++ |
|---|
public: property bool RequirePap { bool get (); void set (bool value); } |
| F# |
|---|
member RequirePap : bool with get, set |