isCertificateAuthority(maxPathLength:)

This entity is a certificate authority.

BasicConstraints.swift:26
case isCertificateAuthority(maxPathLength: Int?)

If maxPathLength is non-nil, this length is the maximum number of intermediate certificates that may follow this one in a valid certification path. Note that this excludes the leaf, so a valid (and common) maxPathLength is 0.