serverValidationCa property

List<ValidationCA>? serverValidationCa
getter/setter pair

Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate.

If empty, client does not validate the server certificate.

Optional.

Implementation

core.List<ValidationCA>? serverValidationCa;