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 for the principal.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property RawSid As Byte()
Get
'Usage
Dim instance As SPAce
Dim value As Byte()
value = instance.RawSid
public byte[] RawSid { get; }
Property Value
Type: []
A byte array that contains the security identifier, but a null reference (Nothing in Visual Basic) if the principal does not use Windows authentication mode.