strongname
How to use StrongNameKeyPair with a password protected keyfile (pfx)?
I am trying to programatically sign an assembly using a password protected keyfile (pfx). However when I try t开发者_开发问答o use the StrongNameKeyPair I get the following exception.[详细]
2023-04-07 09:40 分类:问答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 分类:问答How do I use public keys vs. private key for StrongName?
What is the difference be开发者_运维知识库tween public key and private key usage for .snk files?You use the:[详细]
2023-04-04 09:20 分类:问答System.AddIn AddInView assembly strong name issue
I\'ve built up an application that works using the System.AddIn APIs.Add-ins are currently activated in an external AppDomain with Internet trust.[详细]
2023-04-04 05:40 分类:问答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 分类:问答Quite special PublicKey in .NET core assemblies
I\'ve noticed that core .NET开发者_运维百科 assemblies have PublicKey = 00000000000000000400000000000000. Not only it\'s shorter then those sn.exe allows to generate (min 384 bits) but also it has a l[详细]
2023-03-30 19:46 分类:问答Check assembly's identity? Possibly by it's strong name?
In one of my apps I must distinguish my own included addins from others\' addins. They are signed with different keys each and so is the host app.[详细]
2023-03-23 10:18 分类:问答risks of signing application assemblies
We consider to put one of our assemblies in the GAC for the purpose of versioning. This means this assembly must be signed and each other assembly it uses (e.g. 3rd party) must also be signed.开发者_G[详细]
2023-03-22 21:26 分类:问答How to create a .NET assembly with a strong name programmatically?
Is there a way to create a strong-named assembly using CSharp开发者_StackOverflowCodeProvider?You could also specify the /keyfile: option in the CompilerOptions property of the CompilerParameters you[详细]
2023-03-15 17:00 分类:问答[A]System.Data.SQLite.SQLiteConnection cannot be cast to [B]System.Data.SQLite.SQLiteConnection
I\'ve got a bit of a heisenbug on my hands now, and I\'m looking to find some help with it. I have a Windows service that uses System.data.sqlite. In rare cases (apparently only on Windows Vista, but[详细]
2023-03-12 21:50 分类:问答