X509 Certificate's Signature
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Date: 7 Mar 2005 17:13:58 -0800
Hi.
I'm trying to verify a X509 Certificate. In order to do this, I need
to get the public key, Hash & Signature stored in a X509 certificate.
I am able to get the Public Key & then the exponent & modulus.
I believe that the hash is just the "thumbprint" of the certificate.
However, I am at a total loss as to which field is the Signature? Any
ideas?
Thanks for your help.
Sushant
Relevant Pages
- Problem verifying a X509Certificates signature
... One of the methods I am implementing is the Verify method. ... X509CertificateEnhanced) is signed by the public key (of another ... certificate) passed as a parameter. ... certificate's signature, to be used in the "rgbSignature" parameter. ... (microsoft.public.dotnet.security) - Re: Check EXE for MY signature only
... signature - but at least the code-signing certificate would reveal WHO ... I am trying to figure out how to verify that a dll is signed by my own ... I should probably compare the public key, ... (microsoft.public.platformsdk.security) - Re: Finding Certificate by MD5 hash
... Craig, there may be a couple of easier ways to do this. ... first create a certificate context - it looks like ... Note, I believe that's the hash of the whole cert, ... Note, if you really want to hash just the public key, verify that you're ... (microsoft.public.platformsdk.security) - Re: Problem verifying a X509Certificates signature
... hash they use to verify the signature is calculated from the ... ASN1 part of the X509 certificate structure that does not include the ... X509Certificate.GetCertHash() did not return the hash of the ... >> One of the methods I am implementing is the Verify method. ... (microsoft.public.dotnet.security) - Re: Question about Digital Signatures
... digitally sign a certificate by first creating a hash, ... the hash using its private key. ... digitally signed certificate to the client, ... public key and compares it with the hash value it calculates for the ... (sci.crypt) |
|