Windows error 0x8009200B, -2146885621

Detailed Error Information

CRYPT_E_NO_KEY_PROPERTY[1]

MessageCannot find the certificate and private key for decryption.
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 Code8203 (0x200b)

Questions

3votes
2answers

Service Fabric Local Cluster fails to get certificate(s) private key(s)

For every Service Fabric application I attempt to run which utilizes one or more SecretsCertificate instances, the application fails to launch in my local Service Fabric cluster with the following error on the Node > Application in the SF Explorer: * Error event: SourceId='System.Hosting', Property='Activation:1.0'. There was an error during [...] read more
x509certificate
azure-service-fabric
2votes
0answers

Getting error while using CryptAcquireCertificatePrivateKey API to extract private key from PFX file

We are developing VC++ application using Crypto APIs for windows 7 OS. We are using CryptAcquireCertificatePrivateKey API to extract private key from PFX file . On executind this API, we are getting below error: 0X8009200B(private key error) PFX file used with this API has multi layer certificate(root and intermediate). When [...] read more
certificate
cryptoapi
pfx
1vote
1answer

changing password messing w/ named key containers under win 7

On some systems running Windows 7 where we've generated a key in a name key container, if we change the user's password, when we call CryptAcquireCertificatePrivateKey() we get an error CRYPT_E_NO_KEY_PROPERTY (0x8009200B). This doesn't happen on all boxes. We orginally thought it was something to w/ a domain machine not [...] read more
winapi
cryptoapi

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