trustAnchors property

List<TrustAnchor>? trustAnchors
getter/setter pair

List of trust anchors to be used while performing validation against a given TrustStore.

The incoming end entity's certificate must be in the trust chain of one of the trust anchors here.

Required.

Implementation

core.List<TrustAnchor>? trustAnchors;