rootCa property

  1. @TagNumber.new(14)
List<int> get rootCa

Root_ca is for self signing certificates for TLS connections to LDAP servers it is intended to be filled with a .pem file.

Implementation

@$pb.TagNumber(14)
$core.List<$core.int> get rootCa => $_getN(13);
  1. @TagNumber.new(14)
set rootCa (List<int> value)

Implementation

@$pb.TagNumber(14)
set rootCa($core.List<$core.int> value) => $_setBytes(13, value);