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 (SID) for this user or group.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property SID As Byte()
Get
'Usage
Dim instance As MembershipInfo
Dim value As Byte()
value = instance.SID
public byte[] SID { get; }
Property Value
Type: []
Int8 that gets the SID that uniquely identifies this user or group.
Remarks
The SID property is read-only.