isSSL property

bool isSSL

Indicates the protocol being used (LDAP over SSL or plain LDAP)

Value is true if LDAP over TLS/SSL is being used. Otherwise, value is false, indicating LDAP without TLS/SSL.

Implementation

bool get isSSL => _isSSL;