11 references to PrincipalUserPrincipalName
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
398{PropertyNames.PrincipalUserPrincipalName, "userPrincipalName", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
702{PropertyNames.PrincipalUserPrincipalName, "userprincipalname", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\Principal.cs (6)
145return HandleGet<string>(ref _userPrincipalName, PropertyNames.PrincipalUserPrincipalName, ref _userPrincipalNameChanged); 150if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.PrincipalUserPrincipalName)) 153HandleSet<string>(ref _userPrincipalName, value, ref _userPrincipalNameChanged, PropertyNames.PrincipalUserPrincipalName); 1102case PropertyNames.PrincipalUserPrincipalName: 1155PropertyNames.PrincipalUserPrincipalName => _userPrincipalNameChanged, 1196case PropertyNames.PrincipalUserPrincipalName:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
159public const string PropertyNameStatic = PropertyNames.PrincipalUserPrincipalName;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
651{PropertyNames.PrincipalUserPrincipalName, typeof(UserPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
258PropertyNames.PrincipalUserPrincipalName,