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