Share via


UserSID.SID Property

 

Gets the security identifier that is associated with the user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public SecurityIdentifier SID { get; set; }
public:
[DataMemberAttribute]
property SecurityIdentifier^ SID {
    SecurityIdentifier^ get();
    void set(SecurityIdentifier^ value);
}
<DataMemberAttribute>
Public Property SID As SecurityIdentifier

Property Value

Type: System.Security.Principal.SecurityIdentifier

An instance of SecurityIdentifier.

See Also

UserSID Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top