Updates the user credentials for the entry.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool UpdateCredentials(
RasPreSharedKey key,
string value
) |
| Visual Basic |
|---|
Public Function UpdateCredentials (
key As RasPreSharedKey,
value As String
) As Boolean |
| Visual C++ |
|---|
public:
bool UpdateCredentials(
RasPreSharedKey key,
String^ value
) |
| F# |
|---|
member UpdateCredentials :
key : RasPreSharedKey *
value : string -> bool
|
Return Value
Type:
Booleantrue if the operation was successful, otherwise
false.
Remarks
See Also