Hi,
I have a certificate, how can I display the certificate content in my Mac app just like Keychain Access app does. Can I popup the certificate content dialog just like Keychain Access app?
My goodness, it’s rare that I get to help folks with this API!
how can I display the certificate content in my Mac app just like Keychain Access app does.
Use SFCertificatePanel
. Or if you want to embed the view in your app’s existing window, SFCertificateView
.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"