1 write to checkCertificateName
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
165this.checkCertificateName = section.ServicePointManager.CheckCertificateName;
1 reference to checkCertificateName
System (1)
net\System\Net\Configuration\SettingsSection.cs (1)
246get { return this.checkCertificateName; }