primaryPins property

List<String> primaryPins
final

Primary SHA-256 SPKI pins, formatted as sha256/<base64>.

Pins are matched against the leaf certificate's SubjectPublicKeyInfo only. Dart does not expose the rest of the chain, so pinning an intermediate or root CA key never matches and fails every connection.

Implementation

final List<String> primaryPins;