additionalExtensions property

List<ObjectId>? additionalExtensions
getter/setter pair

A set of ObjectIds identifying custom X.509 extensions.

Will be combined with known_extensions to determine the full set of X.509 extensions.

Optional.

Implementation

core.List<ObjectId>? additionalExtensions;