Signing content for apple passbook in c#

后端 未结 3 703
小蘑菇
小蘑菇 2021-01-26 03:24

Here is my code

static void Main(string[] args)
    {
        try
        {
            ContentInfo contentInfo = new ContentInfo(File.ReadAllBytes(@\"D:\\prj\\t         


        
3条回答
  •  无人共我
    2021-01-26 04:05

    Try loading the Certificates from The Windows Certificate store,

    Below link will provide you a detailed tutorial for Signing of Passes in .net

    http://geekswithblogs.net/MobileLOB/archive/2012/07/30/part-3ndashpassbook-server.aspx

    Hope this helps.. :)

提交回复
热议问题