Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.26 KB

winmddelaysign-partially-sign-a-winmd.md

File metadata and controls

31 lines (21 loc) · 1.26 KB
description title ms.date f1_keywords ms.assetid
Learn more about: /WINMDDELAYSIGN (Partially Sign a winmd)
/WINMDDELAYSIGN (Partially Sign a winmd)
11/04/2016
VC.Project.VCLinkerTool.WINMDDelaySign
445cd602-62cb-400a-8e3a-4beb6572724d

/WINMDDELAYSIGN (Partially Sign a winmd)

Enables partial signing of a Windows Runtime Metadata (.winmd) file by putting the public key in the file.

/WINMDDELAYSIGN[:NO]

Remarks

Resembles the /DELAYSIGN linker option that is applied to the .winmd file. Use /WINMDDELAYSIGN if you want to put only the public key in the .winmd file. By default, the linker acts as if /WINMDDELAYSIGN:NO were specified; that is, it does not sign the winmd file.

To set this linker option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > Linker > Windows Metadata property page.

  3. In the Windows Metadata Delay Sign drop-down list box, select the option you want.

See also

MSVC linker reference
MSVC Linker Options