Can any one tell me what does stand for k (like i for install)...?
sn -k "[DriveLetter]:\[DirectoryToPlaceKey]\[KeyName].snk"
I.and second thing is what ever i have add the assembly to GAC is showing me below message
1. Verification entry added for assembly "myflibraray.484EEDFD93E3F1D8"
and2.i want to confirm it so i am going to C:\Windows\assembly but it is not showing me here.....
or when i am removing assembly it is showing now assembly found matching
f
me
or
or
f

Hemant KumarPosted Jan 18, 2012, 6:12 AM
Use the sn.exe tool to create a key file:
sn -k StrongNameFile.snk
If your path environment variables aren't set, you'll have to go to the C:\Program Files\Microsoft.NET\FrameworkSDK\Bin\ directory to run sn.exe)
The filename "StrongNameFile.snk" can be any name you want.
The "k" stands for Key.