ServicePointManagerElement::CheckCertificateName Property

 

Gets or sets a Boolean value that controls checking host name information in an X509 certificate.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("checkCertificateName", DefaultValue = true)]
property bool CheckCertificateName {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to specify host name checking; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: