Windows error 0x80091005, -2146889723

Detailed Error Information

CRYPT_E_UNEXPECTED_ENCODING[1]

MessageUnexpected cryptographic message encoding.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code4101 (0x1005)

Questions

0votes
0answers

Error signing Electron package using Code signing certificate

We exported .exe and followed process as defined here https://electronjs.org/docs/tutorial/windows-store-guide, after that I configured and used electron-windows-store to export .appx and sign that. We have purchased code signing certificate form Godaddy. I exported pfx s defined here https://au.godaddy.com/help/windows-install-codedriver-signing-certificate-and-create-pfx-file-2698?locale=en. Check my request for exporting appx signing that below. > > electron-windows-store [...] read more
electron
windows-store-apps
code-signing-certificate

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