Tagged Questions
The snk tag has no wiki summary.
34
votes
5answers
12k views
What is a .snk for?
What is a .snk file for? I know it stands for Strongly Named Key, but all explanations of what it is and how it works goes over my head.
Is there any simple explanation on how a strongly named key ...
5
votes
1answer
418 views
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).
I can generate a working SNK file, but I can not seem to get it to work when specifying a ...
5
votes
1answer
201 views
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.
I have an .exe that uses 2 of my own .DLLs, the DLLs in turn make use of the Enterprise ...
4
votes
2answers
183 views
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.
For example: I ship my assembly signed with a strong name, then some ...
4
votes
2answers
367 views
Do I need a new .snk keyfile for each version of a strong named library?
If I strong name a class library with a .snk file, do I need to replace this .snk file with a new if I create a new version of the same library?
3
votes
3answers
322 views
Why exactly does regasm warn me about signing with a strong name?
If I want to make a .NET assembly usable as a COM server I have to add a set of attributes and then use regasm to register it as a COM server.
If the assembly is not signed with a strong name regasm ...
3
votes
3answers
205 views
Any reason to ship .snk file with the project sources?
Every now and then I see a sample project on the network which contains a .snk file used for signing the compilation results with a strong name.
AFAIK this is plain wrong - once a .snk file is ...
2
votes
2answers
51 views
location of .snk file and management of it
I am currently setting up my .net libraries to be signed with a strongly typed key. I am using .snk file to sign my dll's on a per solution basis. So for each solution, it has its own .snk file. Is ...
2
votes
1answer
90 views
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.
Now, how can I convert testpublic.snk to a string like
...
1
vote
0answers
141 views
How to create a snk from pfx / cer?
Microsoft seems to have created a certification jungle, that is hard to understand.
Microsoft X.509 certificate (.cer)
Personal Information Exchange (.pfx)
Assembly Signature Key Attribute ...
0
votes
2answers
83 views
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.
I exported the public key and embed it in my application in ...
0
votes
1answer
135 views
Is there anything like GAC in Windows Phone 7?
If not, then how should we handle the assembly version thing?
BTW: I can not find a way to strong name sign a WP7 assembly, did I miss anything?
0
votes
2answers
164 views
I accidentally changed the program associated with the .snk extension
Which program should be associated with the .snk extension.
I accidentally changed the association and don't know what it was prior to my change.
I want to set it back.
0
votes
1answer
213 views
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"
Iv'e tried ...
0
votes
3answers
757 views
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.
I've linked the snk to each of my ...
0
votes
1answer
522 views
Snk file & Delay Signing
I am working with a set of delay signed assemblies which I am able to install and load from GAC after skipping verification (sn -Vr * ...
Since Delaysigning as a process requires only the public key ...
0
votes
3answers
301 views
What to consider when strong name signing a managed application?
I want to strong name a managed application which references many managed assemblies and ActiveX and COM components (written in C++) via interop. And because a strongly named assembly cannot ...
0
votes
2answers
415 views
How do I use snk file to sign data in PHP?
How to convert the .snk RSA keypair file used to sign the .NET assemblies to XML based files that can be used with PHP or other software?
XML file sample:
...