You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows-apps-src/publish/msiexe/the-app-certification-process.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ This test checks if your app is attempting to install any additional third-party
62
62
63
63
This test will check to see if your app has a dependency on any type of non-Microsoft drivers or NT services. You are required to disclose such dependency in Partner Center during app submission.
64
64
65
-
### Digital Signatures
65
+
### Digital Signatures/Code Signing
66
66
67
67
Digital signatures are an integral part of ensuring a verified and trusted ecosystem of apps and updates on Windows.
68
-
It is highly recommended that your EXE/MSI app and the Portable Executable (PE) files inside of it are digitally signed with a certificate that chains upto a certificate of a Certificate Authority (CA) that is part of the [Microsoft Trusted Root Program](/security/trusted-root/participants-list).
68
+
It is highly recommended that your EXE/MSI app and the Portable Executable (PE) files inside of it are digitally signed with a code signing certificate that chains upto a certificate of a Certificate Authority (CA) that is part of the [Microsoft Trusted Root Program](/security/trusted-root/participants-list).
0 commit comments