Home
last modified time | relevance | path

Searched refs:AcctInfoPrefix (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dconstants.cs73 internal const string AcctInfoPrefix = "AuthenticablePrincipal.AccountInfo"; field in System.DirectoryServices.AccountManagement.PropertyNames
108 private static int s_acctInfoPrefixLength = PropertyNames.AcctInfoPrefix.Length;
113 if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) in GetExternalForm()
H A DAuthenticablePrincipal.cs399 … if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) in LoadValueIntoProperty()
452 … if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) in GetChangeStatusForProperty()
493 … if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) in GetValueForProperty()