Welcome to MSDN Blogs Sign in | Join | Help

Decrypt my World

Cryptography, Security, Debugging and more!

News

  • Any of my posts is supported under any Microsoft standard support program or service. They are provided "AS IS" without warranty of any kind, and confer no rights.

Where are my readers?

Locations of visitors to this page

Favorite Posts

Browse by Tags

All Tags » CertEnroll   (RSS)
CertEnroll::CX509Enrollment::p_CreateRequest returns error 0x8009000b
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest: Read More...
CertEnroll::CX509Enrollment::p_CreateRequest returns error 0x80092012
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest: Read More...
CertEnroll::CX509Enrollment::p_CreateRequest returns error 0x800b0112
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest: Read More...
CertEnroll::CX509Enrollment::p_CreateRequest returns error 0x80070057
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following error when creating the request: CertEnroll::CX509Enrollment::p_CreateRequest: Read More...
CertEnroll::CX509Enrollment::p_InstallResponse returns error 0x80095002
Hi all, One of the issues we may find when trying the code in my post How to create a certificate request that uses key archival with CertEnroll (JavaScript) is the following: Imagine we could finally create a request successfully. We sent it to the CA Read More...
How to create a certificate request that uses key archival with CertEnroll (JavaScript)
Hi all, If you want to request certificates to a CA and make use of Key Archival feature, first you need to prepare the environment to enable this feature on your CA: Certificate Services example implementation: Key archival and recovery or Implementing Read More...
How to create a certificate request with CertEnroll (ASP)
Hi all, The other day I posted a Javascript sample which shows how to use CertEnroll COM component to create a certificate request and install the response from the CA (Certificate Authority): How to create a certificate request with CertEnroll (JavaScript) Read More...
How to create a certificate request with CertEnroll (JavaScript)
Hi all, The following Javascript sample shows how to use CertEnroll COM component to create a certificate request: <html> <head> <title>Certificate Request test</title> </head> <body> <object id=" objCertEnrollClassFactory Read More...
How to create a certificate request with CertEnroll and .NET (C#)
Hi all, The following C# sample shows how to use CertEnroll COM component to create a certificate request , send the request to the CA , get the response from the CA , and install the new certificate in the machine: (Note that this sample is a WinForms Read More...
Page view tracker