17 references to PrincipalSamAccountName
System.DirectoryServices.AccountManagement (17)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
397
{PropertyNames.
PrincipalSamAccountName
, "name", null, null},
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (3)
120
if (p.GetChangeStatusForProperty(PropertyNames.
PrincipalSamAccountName
))
124
string samAccountName = (string)p.GetValueForProperty(PropertyNames.
PrincipalSamAccountName
);
701
{PropertyNames.
PrincipalSamAccountName
, "samaccountname", new FromLdapConverterDelegate(StringFromLdapConverter), new ToLdapConverterDelegate(StringToLdapConverter)},
System\DirectoryServices\AccountManagement\Principal.cs (8)
120
return HandleGet<string>(ref _samName, PropertyNames.
PrincipalSamAccountName
, ref _samNameChanged);
128
if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.
PrincipalSamAccountName
))
131
HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.
PrincipalSamAccountName
);
236
return HandleGet<string>(ref _samName, PropertyNames.
PrincipalSamAccountName
, ref _samNameChanged);
255
HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.
PrincipalSamAccountName
);
1097
case PropertyNames.
PrincipalSamAccountName
:
1154
PropertyNames.
PrincipalSamAccountName
=> _samNameChanged,
1193
case PropertyNames.
PrincipalSamAccountName
:
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
137
public const string PropertyNameStatic = PropertyNames.
PrincipalSamAccountName
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
159
if (!p.GetChangeStatusForProperty(PropertyNames.
PrincipalSamAccountName
))
647
{PropertyNames.
PrincipalSamAccountName
, typeof(Principal), "Name", new FromWinNTConverterDelegate(SamAccountNameFromWinNTConverter), null},
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
257
PropertyNames.
PrincipalSamAccountName
,
System\DirectoryServices\AccountManagement\Utils.cs (1)
704
g.LoadValueIntoProperty(PropertyNames.
PrincipalSamAccountName
, name);