MembershipInfo.SID Property
Gets the security identifier (SID) for this user or group.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.