SecCertificate
An abstract Core Foundation-type object representing an X.509 certificate.
Declaration
class SecCertificateMentioned in
Overview
A SecCertificate object for a certificate that is stored in a keychain can be safely cast to a SecKeychainItem for manipulation as a keychain item. On the other hand, if the SecCertificate is not stored in a keychain, casting the object to a SecKeychainItem and passing it to Keychain Services functions returns errors.