Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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