6 references to InfrastructureRole
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
920
return _cachedInfrastructureRoleOwner ??= GetRoleOwner(ActiveDirectoryRole.
InfrastructureRole
);
1050
case ActiveDirectoryRole.
InfrastructureRole
:
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
317
if (role < ActiveDirectoryRole.SchemaRole || role > ActiveDirectoryRole.
InfrastructureRole
)
368
case ActiveDirectoryRole.
InfrastructureRole
:
System\DirectoryServices\ActiveDirectory\RoleOwnerCollection.cs (2)
25
if (role < ActiveDirectoryRole.SchemaRole || role > ActiveDirectoryRole.
InfrastructureRole
)
43
if (role < ActiveDirectoryRole.SchemaRole || role > ActiveDirectoryRole.
InfrastructureRole
)