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)
145
return HandleGet<string>(ref _userPrincipalName, PropertyNames.
PrincipalUserPrincipalName
, ref _userPrincipalNameChanged);
150
if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.
PrincipalUserPrincipalName
))
153
HandleSet<string>(ref _userPrincipalName, value, ref _userPrincipalNameChanged, PropertyNames.
PrincipalUserPrincipalName
);
1102
case PropertyNames.
PrincipalUserPrincipalName
:
1155
PropertyNames.
PrincipalUserPrincipalName
=> _userPrincipalNameChanged,
1196
case PropertyNames.
PrincipalUserPrincipalName
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
159
public 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)
258
PropertyNames.
PrincipalUserPrincipalName
,