Share via


SPWindowsService.UpdateCredentials Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Reserved for internal use only.

Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax

'Declaration
Public Overridable Sub UpdateCredentials ( _
    formerUsername As String, _
    formerPassword As SecureString _
)
'Usage
Dim instance As SPWindowsService
Dim formerUsername As String
Dim formerPassword As SecureString

instance.UpdateCredentials(formerUsername, formerPassword)
public virtual void UpdateCredentials (
    string formerUsername,
    SecureString formerPassword
)

Parameters

  • formerUsername
    Reserved for internal use only.
  • formerPassword
    Reserved for internal use only.

See Also

Reference

SPWindowsService Class
SPWindowsService Members
Microsoft.SharePoint.Administration Namespace