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
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
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