Share via


SPIisWebServiceApplicationPool.GetSecurityIdentifier method

Gets the identity of the application pool.

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

Syntax

'Declaration
Public Function GetSecurityIdentifier As SecurityIdentifier
'Usage
Dim instance As SPIisWebServiceApplicationPool
Dim returnValue As SecurityIdentifier

returnValue = instance.GetSecurityIdentifier()
public SecurityIdentifier GetSecurityIdentifier()

Return value

Type: System.Security.Principal.SecurityIdentifier
A SecurityIdentifier object.

Exceptions

Exception Condition
NotSupportedException

The identity type specified by IdentityType is not supported.

See also

Reference

SPIisWebServiceApplicationPool class

SPIisWebServiceApplicationPool members

Microsoft.SharePoint.Administration namespace