2 references to FindByIdentityWithTypeHelper
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
908
return
FindByIdentityWithTypeHelper
(context, principalType, null, identityValue, DateTime.UtcNow);
923
return
FindByIdentityWithTypeHelper
(context, principalType, identityType, identityValue, DateTime.UtcNow);