EwsEnableSslCertValidation Property |
Gets or sets if SSL certificate of the server must be validated (in case of HTTPS connection).
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static bool EnableSslCertValidation { get; set; }
Public Shared Property EnableSslCertValidation As Boolean
Get
Set
Property Value
Type:
BooleanIf
true, the client will check if the SSL certificate presented by the server is valid. If
false, no SSL certificate check is performed. The default is
false.
Remarks This property is static so it affects all instances of
Ews class in case if you have many of them.
See Also