Home
last modified time | relevance | path

Searched refs:PrincipalSamAccountName (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A DPrincipal.cs122 …return HandleGet<string>(ref _samName, PropertyNames.PrincipalSamAccountName, ref _samNameChanged);
128 …Format(CultureInfo.CurrentCulture, SR.InvalidNullArgument, PropertyNames.PrincipalSamAccountName));
130 … if (!GetStoreCtxToUse().IsValidProperty(this, PropertyNames.PrincipalSamAccountName))
133 …HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName);
238 …return HandleGet<string>(ref _samName, PropertyNames.PrincipalSamAccountName, ref _samNameChanged);
257 …HandleSet<string>(ref _samName, value, ref _samNameChanged, PropertyNames.PrincipalSamAccountName);
1099 case PropertyNames.PrincipalSamAccountName: in LoadValueIntoProperty()
1163 case PropertyNames.PrincipalSamAccountName: in GetChangeStatusForProperty()
1228 case PropertyNames.PrincipalSamAccountName: in GetValueForProperty()
H A Dconstants.cs42 internal const string PrincipalSamAccountName = "Principal.SamAccountName"; field in System.DirectoryServices.AccountManagement.PropertyNames
H A DStoreCtx.cs258 PropertyNames.PrincipalSamAccountName,
H A DQbeFilterDescription.cs141 public const string PropertyNameStatic = PropertyNames.PrincipalSamAccountName;
H A DUtils.cs739 g.LoadValueIntoProperty(PropertyNames.PrincipalSamAccountName, name); in ConstructFakePrincipalFromSID()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AD/
H A DADStoreCtx_LoadStore.cs123 if (p.GetChangeStatusForProperty(PropertyNames.PrincipalSamAccountName)) in PushChangesToNative()
127 … string samAccountName = (string)p.GetValueForProperty(PropertyNames.PrincipalSamAccountName); in PushChangesToNative()
707 …{PropertyNames.PrincipalSamAccountName, "samaccountname", new FromLdapConverterDelegate(Str…
H A DADAMStoreCtx.cs399 {PropertyNames.PrincipalSamAccountName, "name", null, null},
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/SAM/
H A DSAMStoreCtx_LoadStore.cs161 if (!p.GetChangeStatusForProperty(PropertyNames.PrincipalSamAccountName)) in GetSamAccountName()
650 …{PropertyNames.PrincipalSamAccountName, typeof(Principal), "Name", new…