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

你可能感兴趣的:(assembly)