3 references to BinaryValue
System.DirectoryServices.AccountManagement (3)
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))