User.Sid Property

Gets the security identifier (SID) of the user.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property Sid As SecurityIdentifier
    Get
'Usage
Dim instance As User
Dim value As SecurityIdentifier

value = instance.Sid
public SecurityIdentifier Sid { get; }

Property Value

Type: System.Security.Principal.SecurityIdentifier
The SID of the user.