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