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