5 references to AcctInfoPrefix
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (3)
397if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) 448if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal)) 489if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal))
System\DirectoryServices\AccountManagement\constants.cs (2)
104private static readonly int s_acctInfoPrefixLength = PropertyNames.AcctInfoPrefix.Length; 109if (propertyName.StartsWith(PropertyNames.AcctInfoPrefix, StringComparison.Ordinal))