nerdexam
Microsoft

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…

Understanding Cloud Concepts

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

98-372 question #12 exhibit

Options

  • ASn.exe tool
  • BStrname.exe tool
  • CILasm.exe tool
  • DAsm.exe tool

How the community answered

(34 responses)
  • A
    74% (25)
  • B
    3% (1)
  • C
    15% (5)
  • D
    9% (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

#Sn.exe#strong name tool#.NET Framework#assembly signing

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice