How to create Key Pair?
Interview question and answer by:
Abhisek | Posted on: 1/21/2010 | Category:
.NET Framework Interview questions | Views: 1906 |
Answer:
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 myKey.snk.
sn -k myKey.snk
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: