4 references to PasswordPropertyTextAttribute
System (3)
compmod\system\componentmodel\PasswordPropertyTextAttribute.cs (3)
24public static readonly PasswordPropertyTextAttribute Yes = new PasswordPropertyTextAttribute(true); 30public static readonly PasswordPropertyTextAttribute No = new PasswordPropertyTextAttribute(false); 44public PasswordPropertyTextAttribute() : this(false) {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
763[PasswordPropertyTextAttribute(true)]