SecTrustResultType.fatalTrustFailure
Trust is denied and no simple fix is available.
Declaration
case fatalTrustFailureDiscussion
This value indicates that evaluation failed because a certificate in the chain is defective. This usually represents a fundamental defect in the certificate data, such as an invalid encoding for a critical subjectAltName extension, an unsupported critical extension, or some other critical portion of the certificate that couldn’t be interpreted. Changing parameter values and reevaluating is unlikely to succeed unless you provide different certificates.
You might receive the SecTrustResultType.fatalTrustFailure value after an evaluation, but you can’t store the value as part of the user trust settings with a call to the SecTrustSettingsSetTrustSettings(_:_:_:) method.