bindDN property

String bindDN

The distinguished name used when a BIND request is sent.

If the connection is anonymous, this value is an empty string.

This value is initially set by the constructor but rebinding with a new DN can change this value

Implementation

String get bindDN => _bindDN;