11 references to UserSurname
System.DirectoryServices.AccountManagement (11)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
412
{PropertyNames.
UserSurname
, "sn", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
716
{PropertyNames.
UserSurname
, "sn", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
276
public const string PropertyNameStatic = PropertyNames.
UserSurname
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
693
{PropertyNames.
UserSurname
, typeof(UserPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
285
PropertyNames.
UserSurname
,
System\DirectoryServices\AccountManagement\User.cs (6)
93
return HandleGet<string>(ref _surname, PropertyNames.
UserSurname
, ref _surnameChanged);
98
if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.
UserSurname
))
102
PropertyNames.
UserSurname
);
340
case (PropertyNames.
UserSurname
):
379
PropertyNames.
UserSurname
=> _surnameChanged == LoadState.Changed,
396
PropertyNames.
UserSurname
=> _surname,