SPIisWebServiceApplication.OnProcessIdentityChanged method

Called when the process identity is changed.

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

Syntax

'Declaration
Protected Overridable Sub OnProcessIdentityChanged ( _
    processSecurityIdentifier As SecurityIdentifier _
)
'Usage
Dim processSecurityIdentifier As SecurityIdentifier

Me.OnProcessIdentityChanged(processSecurityIdentifier)
protected virtual void OnProcessIdentityChanged(
    SecurityIdentifier processSecurityIdentifier
)

Parameters

Remarks

Default behavior is to grant access for the process identity to the configuration database.

See also

Reference

SPIisWebServiceApplication class

SPIisWebServiceApplication members

Microsoft.SharePoint.Administration namespace