pairs property

List<CertificateChainPairCheckResult>? pairs
getter/setter pair

The check result for each pair of the chain. The amount of pairs is depending on the length of the chain.7

Implementation

List<CertificateChainPairCheckResult>? pairs;