Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Creating a Key Pair?
Creating a Key Pair?
✍: Guest
You can create a key pair using the Strong Name tool (Sn.exe). Key pair files usually have an .snk extension.
To create a key pair At the command prompt, type the following command:
sn k
In this command, file name is the name of the output file containing the key pair.
The following example creates a key pair called sgKey.snk.
sn -k sgKey.snk
2013-10-24, 2032👍, 0💬
Popular Posts:
How To Decrement Dates by 1? - MySQL FAQs - Introduction to SQL Date and Time Handling If you have a...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
Explain all parts of a deployment diagram? Package: It logically groups element of a UML model. Node...