SPProcessIdentity.CurrentSecurityIdentifier Property
Gets the current account security identifier.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property CurrentSecurityIdentifier As SecurityIdentifier
Get
'Usage
Dim instance As SPProcessIdentity
Dim value As SecurityIdentifier
value = instance.CurrentSecurityIdentifier
public SecurityIdentifier CurrentSecurityIdentifier { get; }
Property Value
Type: System.Security.Principal.SecurityIdentifier
A SecurityIdentifier of the current account.