SPProcessAccount.SecurityIdentifier Property
Gets the security identifier of the process account.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.