kSecTrustRevocationChecked
A key whose value indicates the outcome of revocation checking during trust evaluation.
Declaration
let kSecTrustRevocationChecked: CFStringDiscussion
This key is only present if the evaluation process conducted revocation checking on the chain. The value is a Boolean set to kCFBooleanTrue if revocation checking was successful and none of the certificates in the chain were revoked. The value is kCFBooleanFalse if no current revocation status could be obtained for one or more certificates in the chain due to connection problems or timeouts. You can take this outcome as a hint to retry revocation checking again at a later time.