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