rootCa property

  1. @TagNumber.new(13)
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(13)
$core.List<$core.int> get rootCa => $_getN(12);
  1. @TagNumber.new(13)
set rootCa (List<int> value)

Implementation

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