4 references to FindByIdentityWithType
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Computer.cs (1)
92return (ComputerPrincipal)FindByIdentityWithType(context, typeof(ComputerPrincipal), identityType, identityValue);
System\DirectoryServices\AccountManagement\Group.cs (1)
183return (GroupPrincipal)FindByIdentityWithType(context, typeof(GroupPrincipal), identityType, identityValue);
System\DirectoryServices\AccountManagement\Principal.cs (1)
289return FindByIdentityWithType(context, typeof(Principal), identityType, identityValue);
System\DirectoryServices\AccountManagement\User.cs (1)
261return (UserPrincipal)FindByIdentityWithType(context, typeof(UserPrincipal), identityType, identityValue);