Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the process identity is changed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnProcessIdentityChanged ( _
processSecurityIdentifier As SecurityIdentifier _
)
'Usage
Dim processSecurityIdentifier As SecurityIdentifier
Me.OnProcessIdentityChanged(processSecurityIdentifier)
protected virtual void OnProcessIdentityChanged(
SecurityIdentifier processSecurityIdentifier
)
Parameters
processSecurityIdentifier
Type: System.Security.Principal.SecurityIdentifierThe new process identity.
Remarks
Default behavior is to grant access for the process identity to the configuration database.
See Also
Reference
SPIisWebServiceApplication Class