3 references to checkCertificateName
System (3)
net\System\Net\Configuration\ServicePointManagerElement.cs (3)
19
this.properties.Add(this.
checkCertificateName
);
57
get { return (bool)this[this.
checkCertificateName
]; }
58
set { this[this.
checkCertificateName
] = value; }