Base:
method
GetAsPrincipal
System.DirectoryServices.AccountManagement.StoreCtx.GetAsPrincipal(System.Object, System.Object)
5 references to GetAsPrincipal
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
661
return
GetAsPrincipal
(src[0], principalType);
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (4)
398
return storeCtx.
GetAsPrincipal
(de, null);
406
return storeCtx.
GetAsPrincipal
(de, null);
416
return storeCtx.
GetAsPrincipal
(sr, discriminant);
424
return storeCtx.
GetAsPrincipal
(sr, discriminant);