2 overrides of ConstructFakePrincipalFromSID
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2206
internal override Principal
ConstructFakePrincipalFromSID
(byte[] sid)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
913
internal override Principal
ConstructFakePrincipalFromSID
(byte[] sid)
1 reference to ConstructFakePrincipalFromSID
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
262
return _userStoreCtx.
ConstructFakePrincipalFromSID
(sid);