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.
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.