用于验证推送通知证书的 Windows 等效 Mac Keychain Access

标签 windows push-notification apple-push-notifications keychain

C# 开发人员如何验证 Apple 推送通知证书是否已正确安装在他们的 Windows 计算机上?

Mac 有“Keychain Access”程序。 Windows 有什么?

备注:Windows equivalent of OS X Keychain?仅讨论密码

最佳答案

在 Windows 中,证书存储在 Certificate Manager 中.在 .Net 代码中,您使用 X509Store类。

Open Certificate Manager by clicking the Start button Picture of the Start button, typing certmgr.msc into the Search box, and then pressing ENTER.‌ Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation

关于用于验证推送通知证书的 Windows 等效 Mac Keychain Access,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30561920/

相关文章:

ios - Apple MDM - 推送通知主题

c# - 检查是否在 .NET 中连接了第二台显示器(双显示器设置,带有坞站的笔记本电脑)

c - 程序按预期工作,但打印结果后我收到错误消息

javascript - 用于推送通知的 Node.js 或 Vert.x

wordpress - 如何将新帖子推送通知从 Wordpress 发送到 PhoneGap(iOS 和 Android)

perl - 无法使用 perl IO::Socket::SSL 完成与 gateway.push.apple.com 的 SSL 握手

c++ - 我可以精确地时间重叠 ReadFileEx 操作吗?

c++ - 如何使用 DnsQuery 指定特定的 DNS 服务器进行查询?

android - 如何检测通知id是否存在?

iOS 9 : How to detect when user said 'Don' t Allow' to the push notification request?