12 references to PrincipalSid
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
396{PropertyNames.PrincipalSid, "objectSid", new FromLdapConverterDelegate(SidFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
700{PropertyNames.PrincipalSid, "objectsid", new FromLdapConverterDelegate(SidFromLdapConverter), null},
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
248g.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj);
System\DirectoryServices\AccountManagement\Principal.cs (4)
168return HandleGet<SecurityIdentifier>(ref _sid, PropertyNames.PrincipalSid, ref _sidChanged); 1107case PropertyNames.PrincipalSid: 1156PropertyNames.PrincipalSid => _sidChanged, 1199case PropertyNames.PrincipalSid:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
131public const string PropertyNameStatic = PropertyNames.PrincipalSid;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
648{PropertyNames.PrincipalSid, typeof(Principal), "objectSid", new FromWinNTConverterDelegate(SidFromWinNTConverter), null },
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
260PropertyNames.PrincipalSid,
System\DirectoryServices\AccountManagement\UnknownPrincipal.cs (1)
45up.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj);
System\DirectoryServices\AccountManagement\Utils.cs (1)
710g.LoadValueIntoProperty(PropertyNames.PrincipalSid, sidObj);