Windows error 0x80080209, -2146958839

Detailed Error Information

APPX_E_INVALID_SIP_CLIENT_DATA[1]

MessageThe SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode8 (0x008)
NameFACILITY_WINDOWS[2][1]
DescriptionThe source of the error code is the Windows subsystem.[2][1]
Error Code521 (0x0209)

Questions

18votes
1answer

Signing an appxbundle using CryptUIWizDigitalSign API

I'm facing a rather interesting issue in regards to Authenticode signing an UWP appxbundle file. Some background: The client provided us with a SafeNet USB token containing the signing certificate. The private key is not exportable, of course. I want to be able to use this certificate for our automated [...] read more
winapi
uwp
cryptography
signtool
authenticode
2votes
2answers

Error 0x80080209 when signing appx file for Windows UWP

I have build a Windows 10 UWP cordova application, and are now trying to sign it. I already have a certificate that is used elsewhere (to sign .net assemblies) so I thought I would use the same one for this application signing. When I use the signtool.exe, I get the [...] read more
uwp
windows-10
code-signing
visual-studio-cordova
signtool
2votes
1answer

SignTool Error: An unexpected internal error has occurred. (0x80080209)

I'm trying to sign appx file, but have this error: SignTool Error: An unexpected internal error has occurred. Error information: "Error: SignerSign() failed." (-2146958839/0x80080209) I found that the error means: The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data Any idea how to fix it? The [...] read more
signtool
makecert
desktop-app-converter

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0