SPApplicationPool.UpdateCredentials method

Updates credentials for this application pool when its username or password changes.

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

Syntax

'Declaration
Public Overridable Sub UpdateCredentials ( _
    formerUsername As String _
)
'Usage
Dim instance As SPApplicationPool
Dim formerUsername As String

instance.UpdateCredentials(formerUsername)
public virtual void UpdateCredentials(
    string formerUsername
)

Parameters

See also

Reference

SPApplicationPool class

SPApplicationPool members

Microsoft.SharePoint.Administration namespace