Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. X509Store from file

X509Store from file

Scheduled Pinned Locked Moved C#
algorithmscryptographytutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    komadich
    wrote on last edited by
    #1

    Hello, It's been a couple of days now that I've been searching for how to instantiate a certificate store FROM A FILE. X509Store class doesen't have any suitable members. Is it possible at all? Thank you, komadich

    T 1 Reply Last reply
    0
    • K komadich

      Hello, It's been a couple of days now that I've been searching for how to instantiate a certificate store FROM A FILE. X509Store class doesen't have any suitable members. Is it possible at all? Thank you, komadich

      T Offline
      T Offline
      telha
      wrote on last edited by
      #2

      Can you provide some more details that what else you wanna do? X509Certificate class is used to read a certificate like: X509Certificate cert = X509Certificate.CreateFromCertFile(PathToCertificate); If you have a certificate file with extension .cer you can read it's contents through the object of X509Certificate. MakeCert is a utility with .Net Framework to create a Certificate. There are other encryption libraries available that you can use to provide a private/public key pair for creating your certificate....? Whereas the X509Store is used to manage the certificates...

      Muhammad Talha

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups