98-372 · Question #12
Allen is creating an application using .NET Framework 4.0. He needs a tool to sign assemblies with strong names and also to provide signature generation, signature verification, and key management…
The correct answer is A. Sn.exe tool. Strong Name (Sn.exe) is a tool used to sign assemblies with strong names. It also provides signature generation, signature verification, and key management. Following is the syntax for using Sn.exe: sn [options [parameters]] where, the term options specifies the options to be…
Question
Allen is creating an application using .NET Framework 4.0. He needs a tool to sign assemblies with strong names and also to provide signature generation, signature verification, and key management. What will he use?
Exhibit
Options
- ASn.exe tool
- BStrname.exe tool
- CILasm.exe tool
- DAsm.exe tool
How the community answered
(34 responses)- A74% (25)
- B3% (1)
- C15% (5)
- D9% (3)
Explanation
Strong Name (Sn.exe) is a tool used to sign assemblies with strong names. It also provides signature generation, signature verification, and key management. Following is the syntax for using Sn.exe: sn [options [parameters]] where, the term options specifies the options to be used, and parameters specifies the parameters used with options. Following are the options that are commonly used with Sn.exe: Answer: D and B are incorrect. There is no such tool as asm.exe or strname.exe in the .NET Answer: C is incorrect. The Microsoft Intermediate Language Disassembler (ILDasm.exe) is a tool that comes with the Microsoft Intermediate Language Assembler (ILasm.exe). It allows users to view the internal types, underlying IL, metadata, and assembly manifest for a given managed binary. It operates only on Portable Executable (PE) files.
Topics
Community Discussion
No community discussion yet for this question.
