5 references to PwdInfoPrefix
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (3)
405
else if (propertyName.StartsWith(PropertyNames.
PwdInfoPrefix
, StringComparison.Ordinal))
455
else if (propertyName.StartsWith(PropertyNames.
PwdInfoPrefix
, StringComparison.Ordinal))
500
else if (propertyName.StartsWith(PropertyNames.
PwdInfoPrefix
, StringComparison.Ordinal))
System\DirectoryServices\AccountManagement\constants.cs (2)
105
private static readonly int s_pwdInfoPrefixLength = PropertyNames.
PwdInfoPrefix
.Length;
113
else if (propertyName.StartsWith(PropertyNames.
PwdInfoPrefix
, StringComparison.Ordinal))