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