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 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