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 identifier for the represented user in binary format.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RawSid As Byte()
Get
'Usage
Dim instance As WindowsAccessControlEntry
Dim value As Byte()
value = instance.RawSid
public byte[] RawSid { get; }
Property Value
Type: []
A byte array that contains the system identifier of the user.
Remarks
The RawSid property returns a null reference (Nothing in Visual Basic) if the user account is not a Windows account.
See Also
Reference
WindowsAccessControlEntry Class