.NET sandboxed app on macOS does not see certificate in keychain imported by third party sandboxed app #123374
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Hi, When you disable the sandbox, your app can see all keychain items, which is why the certificate appears. The Swift/Xcode test app likely has broader entitlements or is not constrained in the same way, which is why it sees the certificate even in a sandbox. This isn’t a bug with SecureBlackbox. It’s the expected macOS sandbox behavior. To access the certificate in a sandboxed app, it must be imported into a shared App Group or Keychain group that your app can access. |
Beta Was this translation helpful? Give feedback.
Hi,
I modified the signing script: