Enumeration Caseswift-certificates 1.8.0X509
isCertificateAuthority(maxPathLength:)
This entity is a certificate authority.
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
.