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