snk
How to convert a strongname public key (snk) to <RSAKeyValue>?
I have a file testpublic.snk which holds a public key. I have created it with sn -p c:\\test.snk c:\\testpublic.snk.[详细]
2023-04-06 23:27 分类:问答Export snk from non-exportable key container
I have created a snk file using sn -k KeyFile.snk I installed it on my test machine and signed a couple of files for use as a license file.[详细]
2023-04-02 22:34 分类:问答Is there anything like GAC in Windows Phone 7?
If not, then how should we handle the assembly ve开发者_StackOverflow社区rsion thing? BTW: I can not find a way to strong name sign a WP7 assembly, did I miss anything?No, there is no GAC or equivale[详细]
2023-03-12 21:45 分类:问答How to generate strong-naming SNK key file with .net libraries
My product needs to be able to generate .snk files (without having Microsoft SDKs installed on the system).[详细]
2023-03-09 03:50 分类:问答I accidentally changed the program associated with the .snk extension
Wh开发者_StackOverflow社区ich program should be associated with the .snk extension. I accidentally changed the association and don\'t know what it was prior to my change.[详细]
2023-02-14 23:56 分类:问答Any reason to ship .snk file with the project sources?
Every now and then I see a 开发者_如何学Gosample project on the network which contains a .snk file used for signing the compilation results with a strong name.[详细]
2023-02-08 03:55 分类:问答How does signing with a strong name protect against forging a set of assemblies?
Signing with a strong name (keypair stored in a .snk file) is (among other uses) meant to protect against forging assemblies.[详细]
2023-02-07 16:22 分类:问答Managed C++ Error when using a snk file:: "missing the private key needed for signing"
Why am I getting this error when trying to sign a Managed C++ project using a .snk file. \"......SlimDX\\build\\vs2010\\x86\\Debug\\VOS.snk\' is missing the private key needed for signing\"[详细]
2023-02-05 07:34 分类:问答signing assemblies with a strong name, ok, but what if some 3rd party DLL isn't signed?
I understand the basic idea behind signing assemblies but have a problem when using Telerik or 2rd party DLLs.[详细]
2023-01-26 21:07 分类:问答Multiple projects need to use 1 SNK file
I\'m using Visual Studio 2008 and I have a solution which contains multiple projects. I have 1 snk to sign my assemblies and this lives in a solution folder.[详细]
2022-12-20 12:24 分类:问答