2 overrides of FindPrincipalByIdentRef
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
436internal override Principal FindPrincipalByIdentRef(
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
334internal override Principal FindPrincipalByIdentRef(
4 references to FindPrincipalByIdentRef
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
706foreignPrincipal = foreignStoreCtx.FindPrincipalByIdentRef(
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2135Principal p = foreignStoreCtx.FindPrincipalByIdentRef(
System\DirectoryServices\AccountManagement\Principal.cs (1)
929Principal p = context.QueryCtx.FindPrincipalByIdentRef(principalType, (identityType == null) ? null : (string)IdentMap.StringMap[(int)identityType, 1], identityValue, refDate);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
858Principal p = remoteCtx.QueryCtx.FindPrincipalByIdentRef(