9 references to AreBytesEqual
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
384return !Utils.AreBytesEqual(_permittedLogonTimes, _permittedLogonTimesOriginal);
System\DirectoryServices\AccountManagement\AD\ADStoreKey.cs (1)
72(Utils.AreBytesEqual(_sid, that._sid)))
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (1)
508if (Utils.AreBytesEqual(wellKnownContainerGuid, (byte[])value.BinaryValue))
System\DirectoryServices\AccountManagement\Context.cs (2)
850if (Utils.AreBytesEqual(USERS_CONTAINER_GUID, (byte[])value.BinaryValue)) 862if (Utils.AreBytesEqual(COMPUTERS_CONTAINER_GUID, (byte[])value.BinaryValue))
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (3)
505return Utils.AreBytesEqual(sidToMatch, (byte[])de.Properties["objectSid"].Value); 611if ((value != null) && Utils.AreBytesEqual(value, valueToMatch)) 847if (Utils.AreBytesEqual(memberSid, _memberSidToMatch))
System\DirectoryServices\AccountManagement\SAM\SAMStoreKey.cs (1)
44return Utils.AreBytesEqual(_sid, that._sid);