How to find public key token for a .NET DLL or assembly

【正文内容】

1. Open the Visual Studio 2008/2010Command Prompt and then point to the dll’s folder you want to get the public key.

2. Use the following command,

sn –T DLLFile.dll 

【参考网页】

http://blogs.msdn.com/b/wriju/archive/2008/07/01/how-to-find-public-key-token-for-a-net-dll-or-assembly.aspx

posted @ 2011-05-10 16:21  玄黄道长  阅读(321)  评论(0编辑  收藏  举报