Hi all, When we use X509Chain class to verify if our certificate is not revoked, we may experience the following behavior: 1) We do an online verification ( X509Chain.ChainPolicy.RevocationMode set to X509RevocationMode.Online ) on a valid certificate
Read More...
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...
Hi all, If you try to use any SHA-2 algorithm ( SHA-256, SHA-384 and SHA-512 ) on Windows XP , you may get the following error when using i.e. CryptCreateHash : NTE_BAD_ALGID or -2146893816 or 0x80090008 or "Invalid algorithm specified" . Same algorithms
Read More...