PKCS #7

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Govind

    PKCS #7


    Dear All,

    I want to implement PKCS #7 using Digital signatures with .NET,
    Kindky give me the idea & related resources on this. I am totally blanks on
    this topic, I have the Digital Signature. Using this i want to Encrypt and
    Decrypt the Mimes. and give me the exact term Signed , Detached &
    Verification.

    Regards,
    Govind.


  • David Cross [MS]

    #2
    Re: PKCS #7

    These classes are not yet available in the .NET framework, but will be in
    the next release to be available in beta form at the PDC.

    --


    David B. Cross [MS]

    --
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more.


    "Govind" <govind_k@inter worldgroup.com> wrote in message
    news:uM%23zHq1e DHA.3528@tk2msf tngp13.phx.gbl. ..[color=blue]
    >
    > Dear All,
    >
    > I want to implement PKCS #7 using Digital signatures with .NET,
    > Kindky give me the idea & related resources on this. I am totally blanks[/color]
    on[color=blue]
    > this topic, I have the Digital Signature. Using this i want to Encrypt and
    > Decrypt the Mimes. and give me the exact term Signed , Detached &
    > Verification.
    >
    > Regards,
    > Govind.
    >
    >[/color]


    Comment

    • Michel Gallant

      #3
      Re: PKCS #7

      If COM is an option, CAPICOM 2 has very good support for
      CMS/pkcs7 SignedData and EnvelopedData formats:





      If you need more specific pkcs7 functionality, you can use P/Invoke to CryptoAPI:


      - Michel Gallant
      MVP Security

      "David Cross [MS]" <dcross@online. microsoft.com> wrote in message
      news:%23ewzLN4e DHA.3204@TK2MSF TNGP11.phx.gbl. ..[color=blue]
      > These classes are not yet available in the .NET framework, but will be in
      > the next release to be available in beta form at the PDC.
      >
      > --
      >
      >
      > David B. Cross [MS]
      >
      > --
      > This posting is provided "AS IS" with no warranties, and confers no rights.
      >
      > http://support.microsoft.com
      >
      > "Govind" <govind_k@inter worldgroup.com> wrote in message
      > news:uM%23zHq1e DHA.3528@tk2msf tngp13.phx.gbl. ..[color=green]
      > >
      > > Dear All,
      > >
      > > I want to implement PKCS #7 using Digital signatures with .NET,
      > > Kindky give me the idea & related resources on this. I am totally blanks[/color]
      > on[color=green]
      > > this topic, I have the Digital Signature. Using this i want to Encrypt and
      > > Decrypt the Mimes. and give me the exact term Signed , Detached &
      > > Verification.
      > >
      > > Regards,
      > > Govind.
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Govindaraj K

        #4
        Re: PKCS #7



        Hi ,

        Thanks a lot , i want to use P7B certificate to encrypr/decrypt and
        signed/verify the data. any example or give some moe links.

        Regards,
        GOVIND.

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • Govindaraj K

          #5
          Re: PKCS #7




          Dear All,
          I have the digital certificate as a file ( .cer or .p7b) format.
          I want to load this certificate into the Capicom Store. How i can load
          the certificate in to the capicom Component.Becas e the Store Object By
          default it takes from the local system. Pls help us to solve this
          problem .


          Regards,
          Govind.

          *** Sent via Developersdex http://www.developersdex.com ***
          Don't just participate in USENET...get rewarded for it!

          Comment

          • GOVIND_DOTNET

            #6
            Re: PKCS #7



            Dear All,
            I have the digital certificate as a file ( .cer or .p7b) format.
            I want to load this certificate into the Capicom Store. How i can load
            the certificate in to the capicom Component.Becas e the Store Object By
            default it takes from the local system. Pls help us to solve this
            problem .


            Regards,
            Govind.



            *** Sent via Developersdex http://www.developersdex.com ***
            Don't just participate in USENET...get rewarded for it!

            Comment

            Working...