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
【参考网页】
【正文内容】
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
【参考网页】