ADUser.Sid property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property Sid As SecurityIdentifier
Get
'Usage
Dim instance As ADUser
Dim value As SecurityIdentifier
value = instance.Sid
public SecurityIdentifier Sid { get; }
Property value
Type: System.Security.Principal.SecurityIdentifier