Back to product page

Secure property


Determines if secure (HTTPS) protocol is used.

Type

Boolean

Syntax

  • C#
  • VB.NET
Boolean Secure {get; set; };

Property Secure As Boolean

Remarks

Setting this property to True will cause wodWebServer.NET to accept only secured SSL/TLS connections by the clients. This means that connection with the client is fully encrypted.

Before you set this property to True, make sure you set your Certificate which is used by SSL layer to be presented to the client. You can not use SSL without proper certificate.

Platforms

Windows