strongname Questions

1

Solved

I'm trying to sign a .net core lib, and I'm just not sure if I did everything correctly 1) using VS Command Promp I called sn -k mykey.snk 2) copied mykey.snk to myproject folder 3) in project....
Trigonous asked 18/7, 2016 at 11:4

2

According to MSDN, it is a recommended practice to include both the private and public keys used for strong-naming assemblies into the public source control system if you're developing open-source ...
Wuhan asked 21/3, 2016 at 20:49

1

Solved

I am working on a project where we are delay signing the assemblies. I need to use the strong name tool a couple times during the build, to turn off strong name verification, and then to fully sign...
Villeneuve asked 11/4, 2016 at 13:36

10

Solved

One of my colleagues is very keen on signing assemblies. He literally tries to sign anything. Even when we use assemblies from Microsoft that are not signed, he will take the source code, sign it a...
Amah asked 28/7, 2009 at 22:34

4

Solved

I have installed the strong named assembly TestReflection into the GAC (I am using .NET 4.0 and VS 2010). Different versions of the TestReflection DLL are in GAC of .NET 4.0 (C:\WINDOWS\Microsoft....
Horrendous asked 17/2, 2011 at 11:31

1

Solved

I'm having a lot of trouble trying to sign a F# class library project. First I've tried this thread, using the AssemblyKeyFileAttribute but had no success. I also tried to add the flag "--keyfile:k...
Rhodic asked 5/6, 2015 at 18:3

6

I have a website that uses AjaxControlToolkit.dll and Log4Net.dll. When I try to run the performance profiling tool in VS 2010 on it it gives me the following warning: AjaxControlToolkit.dll is...
Inflorescence asked 26/4, 2010 at 6:33

3

Solved

Is it possible to check if a dynamically loaded assembly has been signed with a specific strong name? Is it enough / secure to compare the values returned from AssemblyName.GetPublicKey() method? ...
Chanel asked 21/11, 2008 at 13:30

1

I have an application that has 1 referenced assembly (test.exe, test.dll) What I want is when the test.exe runs, it should show publisher name as "TestCompany". To do that, I digitally signed it ...
Thinnish asked 7/12, 2014 at 9:53

4

Solved

Trying to get my head around authenticode code-signing and strong-naming. Am I right in thinking that if I code-sign an exe that references a few dlls (not strong named) that a malicious user coul...
Arrange asked 19/12, 2011 at 19:56

2

Solved

So there are lots of questions around the benefits of strongly naming a .Net assembly, such as this one Why use strong named assemblies? The benefits sound great, so why wouldn't I strongly name e...
Zagazig asked 11/9, 2014 at 12:38

2

Solved

The Microsoft Code Analysis encourages me to strong name all assemblies. But according to Microsoft I have to manually disable the "Bypass Feature" that they are checked. So since .NET Framework ...
Fy asked 26/3, 2014 at 11:8

3

Solved

We have a set of COM components developed in VC++. When a reference to such component is added to a .NET project Visual Studio generates an interop assembly. We have a set of such assemblies now. ...
Rascon asked 28/4, 2009 at 9:11

2

Solved

I found this article on CodeProject: http://www.codeproject.com/Articles/512956/NET-Shell-Extensions-Shell-Context-Menus and thought it would be nice to give it a try, but in F#. So I came up with...
Factotum asked 21/7, 2013 at 21:16

1

Solved

When using C# Strongnames on DLLs and using the InternalsVisibleTo tags and when the public key uses SHA256 (or SHA512) We're noticing that the compile process fails as if the InternalsVisibl...
Turcotte asked 24/9, 2013 at 3:28

3

I am writing a Visual Studio 2012 extension, for internal use, which requires that all assemblies have a strong name. I am dependent on RestSharp (and a few other dlls), and since it is not strongl...
Glovsky asked 18/12, 2012 at 23:15

1

Solved

The default VSPackage template in the Visual Studio 2012 SDK generates a project which uses strong naming. Because strong naming is transitive, this means that any references I add (e.g. another p...
Tagliatelle asked 8/5, 2013 at 18:4

2

Solved

We have a mixed mode assembly application (MFC+WinForms) running on .Net 4, Windows 2008 R2 that constantly uses 100% cpu on one thread. Using ProcessExplorer we see the following stack on the bu...
Plummy asked 19/2, 2013 at 9:45

1

I am running Visual Studio 2012 and writing a backend web service and desktop software in separate solutions. Because the desktop software needs to run elevated ("as administrator"), I need to run ...
Guttle asked 15/11, 2012 at 12:10

1

Solved

Given a Strong Name Key (snk file). Is there any security issues adding this file to source control for an open source project?
Retard asked 6/5, 2012 at 22:34

3

Solved

This is follow up on Mono xbuild error CS1548 - key file has incorrect format Hi, I have an application that is written in C# using VS2008. At present we are porting this app to Mac using Mono. I...
Siege asked 13/2, 2012 at 4:22

2

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...
Hahnemann asked 16/1, 2012 at 20:35

3

It's possible to use the same strong name key for multiple related projects/assemblies. I'm interested to know whether there are any drawbacks to using this approach. SPecifically, can it lead to ...
Grazia asked 24/11, 2009 at 3:53

1

Solved

I have a custom tracking service that has been running for a while now with over 1500 live workflows ticking along, I'm now in the process of versioning the workflows so that I can release some cha...
Daytoday asked 6/11, 2011 at 9:56

1

Solved

Before I go digging through the IL, hopefully someone has run into this issue before: Trying to sign a third-party assembly (in this case, the latest HtmlAgilityPack). I've done this before with n...
Raleighraley asked 16/10, 2011 at 1:15

© 2022 - 2024 — McMap. All rights reserved.