22 references to PrincipalName
System.DirectoryServices.AccountManagement (22)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
401{PropertyNames.PrincipalName, "name", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (5)
729if (p.GetChangeStatusForProperty(PropertyNames.PrincipalName)) 731name = rdnPrefix + "=" + (string)p.GetValueForProperty(PropertyNames.PrincipalName); 772p.LoadValueIntoProperty(PropertyNames.PrincipalName, p.GetValueForProperty(PropertyNames.PrincipalName)); 776((DirectoryEntry)p.GetUnderlyingObject()).Properties[baseObjectRdnPrefix].Value = (string)p.GetValueForProperty(PropertyNames.PrincipalName);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (3)
109if (p.GetChangeStatusForProperty(PropertyNames.PrincipalName)) 112string name = (string)p.GetValueForProperty(PropertyNames.PrincipalName); 705{PropertyNames.PrincipalName, "name", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
246g.LoadValueIntoProperty(PropertyNames.PrincipalName, name);
System\DirectoryServices\AccountManagement\Principal.cs (7)
240return HandleGet<string>(ref _name, PropertyNames.PrincipalName, ref _nameChanged); 248if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.PrincipalName)) 259HandleSet<string>(ref _name, value, ref _nameChanged, PropertyNames.PrincipalName); 402_ctx.QueryCtx.Load(this, PropertyNames.PrincipalName); 1129case PropertyNames.PrincipalName: 1160PropertyNames.PrincipalName => _nameChanged, 1211case PropertyNames.PrincipalName:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
169public const string PropertyNameStatic = PropertyNames.PrincipalName;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
653{PropertyNames.PrincipalName, typeof(Principal), "Name", new FromWinNTConverterDelegate(SamAccountNameFromWinNTConverter), null},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
262PropertyNames.PrincipalName,
System\DirectoryServices\AccountManagement\UnknownPrincipal.cs (1)
39up.LoadValueIntoProperty(PropertyNames.PrincipalName, name);
System\DirectoryServices\AccountManagement\Utils.cs (1)
701g.LoadValueIntoProperty(PropertyNames.PrincipalName, name);