Table of Contents
SSLVerificationMode Property

Gets or sets how SSL certificate should be verified.

Syntax
 public SSLVerificationMode SSLVerificationMode { get; set; }
Remarks

The default value is SSLVerificationMode.None. See working with secure sites for more details about how to use this property.

See Also