1 write to _sid
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (1)
23_sid = new byte[sid.Length];
4 references to _sid
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (4)
24Array.Copy(sid, _sid, sid.Length); 44return Utils.AreBytesEqual(_sid, that._sid); 49return _machineName.GetHashCode() ^ _sid.GetHashCode();