RasUpdateCredential Enumeration

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines where user credentials can be saved for a phone book.

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

Syntax

C#
public enum RasUpdateCredential
Visual Basic
Public Enumeration RasUpdateCredential
Visual C++
public enum class RasUpdateCredential
F#
type RasUpdateCredential

Members

Member name Value Description
None 0 No credentials should be updated.
User 1 Update the credentials in the current user profile.
AllUsers 2 Update the credentials in the all users profile, if available.

Windows XP or later: This value is supported.

See Also