3 references to checkCertificateRevocationList
System (3)
net\System\Net\Configuration\ServicePointManagerElement.cs (3)
20this.properties.Add(this.checkCertificateRevocationList); 64get { return (bool)this[this.checkCertificateRevocationList]; } 65set { this[this.checkCertificateRevocationList] = value; }