| Author: Asal-2009 24 Nov 2008 | Member Level: Diamond | Rating:  Points: 3 |
hi, http://www.csharp411.com/tag/strong-name-key/ http://msdn.microsoft.com/en-us/library/w2kyay38(VS.80).aspx http://bytes.com/forum/thread638136.html
i hope this may help u
G.Rajan Happy New Year
|
| Author: soniumesh 24 Nov 2008 | Member Level: Gold | Rating:  Points: 4 |
hi,
Watch this
->www.codeproject.com/KB/security/StrongNameExplained.aspx ->http://asp.dotnetheaven.com/howto/doc/strongname.aspx ->http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx ->http://msdn.microsoft.com/en-us/library/6f05ezxy(VS.71).aspx
Regard, umesh
Regard, umesh soni
|
| Author: bob 24 Nov 2008 | Member Level: Gold | Rating:  Points: 1 |
TO AVOID NAMING CONFLICTION IN GAC WE GO FOR STRONG NAME
REGARDS BOB
|
| Author: Deepika Haridas 24 Nov 2008 | Member Level: Diamond | Rating:  Points: 6 |
Strong Name (further referred to as "SN") is a technology introduced with the .NET platform and it brings many possibilities into .NET applications. But many .NET developers still see Strong Names as security enablers (which is very wrong!) and not as a technology uniquely identifying assemblies.
SNs don't require any third party (such as Verisign) to create signatures and manage public keys. Any developer can easily create and manage his keys (see chapter "Generate key pair with sn.exe tool" in my free book ".NET in Samples") without payment to any third party. SNs can avoid network connections and PKI involvement so applications can run and be verified even when network connections are not available.
regards, Deepika
Thanks & Regards, Deepika Editor
If U want to shine like a SUN..First U have to burn like the SUN!! Need a Guide? Join my mentor program..
|
| Author: Syed Shakeer Hussain 24 Nov 2008 | Member Level: Diamond | Rating:  Points: 6 |
hi, http://www.csharp411.com/tag/strong-name-key/ http://msdn.microsoft.com/en-us/library/w2kyay38(VS.80).aspx http://bytes.com/forum/thread638136.html
->www.codeproject.com/KB/security/StrongNameExplained.aspx ->http://asp.dotnetheaven.com/howto/doc/strongname.aspx ->http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx ->http://msdn.microsoft.com/en-us/library/6f05ezxy(VS.71).aspx
Strong Name (further referred to as "SN") is a technology introduced with the .NET platform and it brings many possibilities into .NET applications. But many .NET developers still see Strong Names as security enablers (which is very wrong!) and not as a technology uniquely identifying assemblies.
SNs don't require any third party (such as Verisign) to create signatures and manage public keys. Any developer can easily create and manage his keys (see chapter "Generate key pair with sn.exe tool" in my free book ".NET in Samples") without payment to any third party. SNs can avoid network connections and PKI involvement so applications can run and be verified even when network connections are not available.
Thanks & Regards! Syed Shakeer Hussain
|
| Author: Sravya 24 Nov 2008 | Member Level: Gold | Rating:  Points: 4 |
Strong name is combination of 4 things
1. Culture 2. Assembly name 3. Public key token 4. version.
This strong name is used to provide the uniqness for the assembly. Which is used ot be place in GAC
this we can create by using
sn -k snkfile.snk
|
| Author: Asal-2009 25 Nov 2008 | Member Level: Diamond | Rating:  Points: 1 |
HI uma,
this is waste of time...
if u do this,u life time will reduce.
G.Rajan Happy New Year
|