SPProcessAccount.SecurityIdentifier property

Gets the security identifier of the process account.

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

Syntax

'Declaration
Public ReadOnly Property SecurityIdentifier As SecurityIdentifier
    Get
'Usage
Dim instance As SPProcessAccount
Dim value As SecurityIdentifier

value = instance.SecurityIdentifier
public SecurityIdentifier SecurityIdentifier { get; }

Property value

Type: System.Security.Principal.SecurityIdentifier
The SecurityIdentifier of this account.

See also

Reference

SPProcessAccount class

SPProcessAccount members

Microsoft.SharePoint.Administration namespace