|
| DotRas SDK Documentation |
| RasEntryOptions..::..CacheCredentials Property |
| RasEntryOptions Class See Also Send Feedback |
|
Gets or sets a value indicating whether the user credentials will be cached at the end of a successful authentication.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool CacheCredentials { get; set; } |
| Visual Basic |
|---|
Public Property CacheCredentials As Boolean Get Set |
| Visual C++ |
|---|
public: property bool CacheCredentials { bool get (); void set (bool value); } |
| F# |
|---|
member CacheCredentials : bool with get, set |
Property Value
Type: Boolean
Remarks
This option corresponds to the Remember my credentials checkbox in the connection properties dialog box.
Windows 8 and later: This property is available.