Display certificate content like Keychain Access app does

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?

Answered by DTS Engineer in 813594022

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"

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"

Display certificate content like Keychain Access app does
 
 
Q