M-Files API 23.11.13135.0
EncryptedConnection Property
ConnectionData Object : EncryptedConnection Property
Description
True if the connection is encrypted. Not applicable with connections without login.
Property type
Read-write property
Syntax
Visual Basic
Public Property EncryptedConnection As Boolean
Remarks

Requires M-Files 18.10.6895.1 or later. Applies to certain protocol sequences only.

With non-local gRPC, the value must be true when the server you are connecting to uses TLS and false when the server does not use TLS. With local gRPC, the recommended value is false.

See Also

ConnectionData Object  | ConnectionData Members