isCa property

bool? isCa
getter/setter pair

Refers to the "CA" X.509 extension, which is a boolean value.

When this value is missing, the extension will be omitted from the CA certificate.

Optional.

Implementation

core.bool? isCa;