RasDialer.AutoUpdateCredentials Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the saved credentials will be updated upon completion of a successful connection attempt.

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

Syntax

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

Property Value

Type: RasUpdateCredential

Remarks

If the entry is stored in a custom location or the current users profile, the credentials cannot be stored in the all users profile. However, if an entry is stored in the all users profile then the credentials may be stored in the current users profile or the all users profile.

See Also