4 references to FindByIdentityWithType
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Computer.cs (1)
87return (ComputerPrincipal)FindByIdentityWithType(context, typeof(ComputerPrincipal), identityValue);
System\DirectoryServices\AccountManagement\Group.cs (1)
178return (GroupPrincipal)FindByIdentityWithType(context, typeof(GroupPrincipal), identityValue);
System\DirectoryServices\AccountManagement\Principal.cs (1)
284return FindByIdentityWithType(context, typeof(Principal), identityValue);
System\DirectoryServices\AccountManagement\User.cs (1)
256return (UserPrincipal)FindByIdentityWithType(context, typeof(UserPrincipal), identityValue);