2 writes to checkCertificateRevocationList
System (2)
net\System\Net\Configuration\SettingsSection.cs (2)
166this.checkCertificateRevocationList = section.ServicePointManager.CheckCertificateRevocationList; 252set { this.checkCertificateRevocationList = value; }
1 reference to checkCertificateRevocationList
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
251get { return this.checkCertificateRevocationList; }