Re: Verify signature unsing X509Certificate

From: casey chesnut (casey_at_SPAM_SPAMbrains-N-brawn.com)
Date: 10/24/03


Date: Thu, 23 Oct 2003 17:44:46 -0500

Thanks Michel,
I was about to ask this same question.
casey

"Michel Gallant" <neutron@nspxistar.ca> wrote in message
news:%23iu770YmDHA.3316@tk2msftngp13.phx.gbl...
> Here is a sample, showing how to decode any X509 certificate
> and extract public key parameters for use via .NET:
> http://pages.istar.ca/~neutron/feature/decodecertkey
>
> An article to be published at MSDN Security Centre in ~ 1 week
> will greatly expand on this.
>
> - Michel Gallant
> Visual Security MVP
>
> "stephan" <stephan.boecker@sap.com> wrote in message
news:016601c39985$33c47900$a301280a@phx.gbl...
> > Hi, I want to verify a digital signature on a message and
> > the only thing I have is the X509Certificate. If I want to
> > use any of the AsymmetricSignatureDeformatter objects to
> > call VerifySignature I wil have to provide the underlying
> > CryptoServiceProvider class where it seems I can import
> > parameters as a class to specify my public key .
> > My question is: how do I feed these parameter classes from
> > my certificate? the only thing I have is the public key as
> > byte[] ?
> >
> > Can you help?
>
>



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: Help spread strong cryptography now!
    ... some secret to your email address and verify that you can receive it. ... same security level as class 1 certificate. ... that public key belongs to the person it claims to belong to. ... Only the public key is sent to the server for issuing certificates. ...
    (sci.crypt)
  • Re: Problem verifying a X509Certificates signature
    ... > One of the methods I am implementing is the Verify method. ... > certificate) passed as a parameter. ... > this with the public key of a certificate that did sign the other ... > signature of the certificate in the lower position. ...
    (microsoft.public.dotnet.security)
  • Re: Certificate Services
    ... how do I export public key? ... CER files contain the X.509 certificate, ... public key parameters. ... CER files never contain the private key. ...
    (microsoft.public.security)