如何将签名证书分配给DLL

如何将签名证书分配给DLL

本文介绍了如何将签名证书分配给DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



请帮助如何为dll分配签名证书。我从谷歌采取以下代码,但不知道在哪里使用请指导,



我尝试过:



Hi All,

Please help how to assign signed certificate for dll. I have taken below code from google but not sure where to use please guide,

What I have tried:

string exe = asm.Location;
        //System.Security.Cryptography.X509Certificates.X509Certificate executingCert =System.Security.Cryptography.X509Certificates.X509Certificate.CreateFromSignedFile(exe);
        //Console.WriteLine (executingCert.Issuer);

推荐答案


这篇关于如何将签名证书分配给DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 12:41