473,385 Members | 1,465 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How private is the private key??

I as a developer do not have access to the private key of the company.
So we are using delayed signing to use our .NET dlls in our computer.
Right now the only way we can get out dlls strongly signed is to wait
for the nightly build. That brings up a problem as we need to do a
quick change and send our dlls to the test computers. But it would not
work in the test computer as the dlls are not strongly signed.

I would like to know what are the possible solutions to this problem ?
Can we do some config file manipulation or if we can start a server in
the "Master Computer" that has access to the private key and make a
client that calls on the Master Computer to sign the dlls.

Thanks,
- Saurabh
Jul 21 '05 #1
2 1132
There is an option to turn off strong name verification
for an assembly.

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpguide/html/cpcondelayedsigningassembly.asp
-----Original Message-----
I as a developer do not have access to the private key of the company.So we are using delayed signing to use our .NET dlls in our computer.Right now the only way we can get out dlls strongly signed is to waitfor the nightly build. That brings up a problem as we need to do aquick change and send our dlls to the test computers. But it would notwork in the test computer as the dlls are not strongly signed.
I would like to know what are the possible solutions to this problem ?Can we do some config file manipulation or if we can start a server inthe "Master Computer" that has access to the private key and make aclient that calls on the Master Computer to sign the dlls.

Thanks,
- Saurabh
.

Jul 21 '05 #2
As I understand this will only work if I want to run the dlls in the
same computer as I build it. I would like to move the dlls to the
testers computer.
"Jon Paugh" <an*******@discussions.microsoft.com> wrote in message news:<02****************************@phx.gbl>...
There is an option to turn off strong name verification
for an assembly.

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpguide/html/cpcondelayedsigningassembly.asp
-----Original Message-----
I as a developer do not have access to the private key of

the company.
So we are using delayed signing to use our .NET dlls in

our computer.
Right now the only way we can get out dlls strongly

signed is to wait
for the nightly build. That brings up a problem as we

need to do a
quick change and send our dlls to the test computers. But

it would not
work in the test computer as the dlls are not strongly

signed.

I would like to know what are the possible solutions to

this problem ?
Can we do some config file manipulation or if we can

start a server in
the "Master Computer" that has access to the private key

and make a
client that calls on the Master Computer to sign the dlls.

Thanks,
- Saurabh
.

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ivan Zuzak | last post by:
Hello. Sorry for crossposting, but i didn't have a better idea as to where to post the question. I'm using certificates to sign and encrypt SOAP messages, using WSE in .Net. I want to do the...
12
by: Manolis | last post by:
Hi, I was wondering if there is any way to make two objects of the same class to be able to access each other's private data, like this: class A { public: void access( const A& a )...
8
by: __PPS__ | last post by:
Hello everybody, today I had another quiz question "if class X is privately derived from base class Y what is the scope of the public, protected, private members of Y will be in class X" By...
2
by: Christoph Boget | last post by:
Let's take the following class: class MyClass { private int privateVar; public int PublicVar { get { return privateVar; } } public MyClass() {}
6
by: Sahil Malik [MVP] | last post by:
Public Private Key Pairs - How do they work? ----------------------------------------------- I was looking at a presentation recently in which it was suggested that - User 1 Encrypts a message...
7
by: Alex Vinokur | last post by:
I tried to build program with partial implementation. However a linker generates errors. Is there any approach that enables to use partial implementation for similar purposes? ------ foo.cpp...
2
by: Sky | last post by:
Hello: I'm trying to make sense of snk files, when to use, under what conditions to regenerate new ones,...can someone take a look if these statemes make sense? And then the final questions at the...
6
by: WXS | last post by:
I know this sounds contrary to the idea of an interface, but read this and see what you think. ----------------------------------------------------------------------------------------- It would be...
11
by: Yarco | last post by:
For example: <?php class Test { private $name = 'yarco'; } $p = new ReflectionPropery('Test', 'name'); print $p->getValue();
17
by: Peng Yu | last post by:
Hi, I'm wondering if there is something in namespace like the 'private' keyword in class? I want to define some class or function that can only be used within that namespace. Thanks, Peng
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.