User.CurrentSid Property
Gets the security identifier for the user account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public SecurityIdentifier CurrentSid { get; }
public:
property SecurityIdentifier^ CurrentSid {
SecurityIdentifier^ get();
}
Public ReadOnly Property CurrentSid As SecurityIdentifier
Property Value
Type: System.Security.Principal.SecurityIdentifier
See Also
User Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top