1 write to _currentSID
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (1)
100_currentSID = new SecurityIdentifier(sid, 0);
3 references to _currentSID
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (3)
50if (_currentSID != null) 54string SidBindingString = $"<SID={Utils.SecurityIdentifierToLdapHexBindingString(_currentSID)}>"; 101GlobalDebug.WriteLineIf(GlobalDebug.Info, "TokenGroupSet", "MoveNextLocal: got a value from the enumerator: {0}", _currentSID.ToString());