ExtendedSecurityPrincipal.SID property
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 ExtendedSecurityPrincipal
Dim value As SecurityIdentifier
value = instance.SID
public SecurityIdentifier SID { get; }
Property value
Type: System.Security.Principal.SecurityIdentifier
See also
Reference
ExtendedSecurityPrincipal class