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