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