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