Skip to content

Commit f3f9e59

Browse files
Update signing guidance for /INTEGRITYCHECK files (#5875)
* Update signing guidance for /INTEGRITYCHECK files The trusted signing service has a new name. * Update docs/build/reference/integritycheck-require-signature-check.md --------- Co-authored-by: Regan Downer <v-rdowner@microsoft.com>
1 parent 8ad0056 commit f3f9e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/reference/integritycheck-require-signature-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The **`/INTEGRITYCHECK`** linker option sets a flag, `IMAGE_DLLCHARACTERISTICS_F
1717

1818
### Signing `/INTEGRITYCHECK` files
1919

20-
Microsoft has new signing guidance for DLL and executable files linked by using **`/INTEGRITYCHECK`**. The guidance used to recommend a cross-signed certificate from the [cross-signing program](/windows-hardware/drivers/install/cross-certificates-for-kernel-mode-code-signing). However, the [cross-signing program is now deprecated](/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates). You must now sign your **`/INTEGRITYCHECK`** files by using the Microsoft [Trusted Signing service](/azure/trusted-signing/) program instead.
20+
Microsoft has new signing guidance for DLL and executable files linked by using **`/INTEGRITYCHECK`**. The guidance used to recommend a cross-signed certificate from the [cross-signing program](/windows-hardware/drivers/install/cross-certificates-for-kernel-mode-code-signing). However, the [cross-signing program is now deprecated](/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates). You must now sign your **`/INTEGRITYCHECK`** files by using the [Azure Artifact Signing service](https://azure.microsoft.com/products/artifact-signing) program instead.
2121

2222
### To set this linker option in Visual Studio
2323

0 commit comments

Comments
 (0)