securityContext property

SecurityContext? securityContext
final

The SecurityContext to use when opening a connection.

This can be configured to only allow some certificates. When used, ConnectionSettings.sslMode should be set to SslMode.verifyFull, as this package will allow other certificates or insecure connections otherwise.

Implementation

final SecurityContext? securityContext;