|
Certificate Creation Tool (Makecert.exe)
|
This tool generates X.509 certificates for testing purposes only.
|
|
Certificate Manager Tool (Certmgr.exe)
|
This tool Manages certificates, certificate trust lists (CTLs), and certificate revocation lists (CRLs).
|
|
Certificate Verification Tool (Chktrust.exe)
|
This tool is useful in the verification of the validity of a file signed with X.509 certification. This tool ships with the .NET Framework SDK version 1.0 and 1.1. For later versions users must use the Sign Tool (signtool.exe)
|
|
Code Access Security Policy Tool (Caspol.exe)
|
This tool allows users examine and modify machine, user, and enterprise-level code access security policies
|
|
File Signing Tool (Signcode.exe)
|
Signs a portable executable (PE) file with an Authenticode digital signature. The File Signing Tool only ships with the .NET Framework SDK version 1.0 and 1.1. In later versions of the .NET Framework SDK, use the Sign Tool (signtool.exe) utility instead.
|
|
Permissions View Tool (Permview.exe)
|
Displays the minimal, optional, and refused permission sets requested by an assembly. You can also use this tool to view all declarative security used by an assembly.
|
|
PEVerify Tool (PEverify.exe)
|
Performs MSIL type safety verification checks and metadata validation checks on a specified assembly.
|
|
Policy Migration Tool (Migpole.exe)
|
Migrates security policy between two compatible versions of the .NET Framework.
|
|
Secutil Tool (Secutil.exe)
|
Extracts strong name public key information or Authenticode publisher certificates from an assembly, in a format that can be incorporated into code.
|
|
Set Registry Tool (Setreg.exe)
|
Allows you to change the registry settings for the
Software
Publishing
State keys, which control the behavior of the certificate verification process. The Set Registry tool only ships with the .NET Framework SDK version 1.0 and 1.1. In later versions of the .NET Framework SDK, use the Sign Tool (signtool.exe) utility instead.
|
|
Sign Tool (signtool.exe)
|
Digitally signs files, verifies signatures in files, and time stamps files.
|
|
Software Publisher Certificate Test Tool (Cert2spc.exe)
|
Creates, for test purposes only, a Software Publisher's Certificate (SPC) from one or more X.509 certificates.
|
|
Strong Name Tool (Sn.exe)
|
Helps create assemblies with strong names. Sn.exe provides options for key management, signature generation, and signature verification.
|
|
License Compiler (Lc.exe)
|
Reads text files that contain licensing information and produces a .licenses file that can be embedded in a common language runtime executable.
|
|
Management Strongly Typed Class Generator (Mgmtclassgen.exe)
|
Allows you to quickly generate an early-bound class in C#, Visual Basic, or JScript for a specified Windows Management Instrumentation (WMI) class.
|
|
MSIL Assembler (Ilasm.exe)
|
Generates a PE file from Microsoft intermediate language (MSIL). You can run the resulting executable, which contains MSIL code and the required metadata, to determine whether the MSIL code performs as expected.
|
|
MSIL Disassembler (Ildasm.exe)
|
Takes a PE file that contains MSIL code and creates a text file suitable as input to the MSIL Assembler (Ilasm.exe).
|
|
Resource File Generator Tool (Resgen.exe)
|
Converts text files and .resx (XML-based resource format) files to .NET common language runtime binary .resources files that can be embedded in a runtime binary executable or compiled into satellite assemblies.
|
|
Windows Forms ActiveX Control Importer (Aximp.exe)
|
Converts type definitions in a COM type library for an ActiveX control into a Windows Forms control.
|
|
Windows Forms Class Viewer (Wincv.exe)
|
Finds managed classes matching a specified search pattern, and displays information about those classes using the Reflection API. The Windows Forms Class Viewer only ships with the .NET Framework SDK version 1.0 and 1.1.
|
|
Windows Forms Resource Editor (Winres.exe)
|
Allows you to quickly and easily localize Windows Forms forms.
|