Share via


ConversionServiceApplication.OnProcessIdentityChanged method

Grants administrator access to the identity specified by processSecurityIdentifier when there is a change in an application pool or in an application pool's identity.

Namespace:  Microsoft.Office.ConversionServices.Service
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

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

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

Parameters

See also

Reference

ConversionServiceApplication class

ConversionServiceApplication members

Microsoft.Office.ConversionServices.Service namespace