SPAdministrationWebApplication.UpdateCredentials method
Updates credentials when the user name or password of the administration Web application changes.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub UpdateCredentials ( _
formerUsername As String _
)
'Usage
Dim instance As SPAdministrationWebApplication
Dim formerUsername As String
instance.UpdateCredentials(formerUsername)
public override void UpdateCredentials(
string formerUsername
)
Parameters
formerUsername
Type: System.StringA string that specifies the former user name.
See also
Reference
SPAdministrationWebApplication class