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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
W

Wakonda

@Wakonda
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Send http request with Windows Mobile through VPN installed on PC
    W Wakonda

    Hi everybody, On my Windows Mobile 6.5 application (developped in C# and DOTNET 3.5), I want use a VPN connection. My goals is the following: I connect my PDA on my PC via USB. Then, by clicking on a button of my WinCE application, I would send http request (with the object "HttpWebRequest" of C#) directly on PC (because VPN would be intalled on the PC). I have already searched a solution of my problem but I have not found a solution. Have you got an idea to do this? Best regards

    C# csharp help question

  • Get smart card certificates on a Windows Mobile 6 application and Compact Framework
    W Wakonda

    Hi, Finally to get certicates and public keys stored on my Smart Card, I have used directly the APDU's commands and It works fine! Commands are launched by using Winscard.dd. Best regards

    C# help cryptography question

  • Get smart card certificates on a Windows Mobile 6 application and Compact Framework
    W Wakonda

    Hi everybody, Since few days, I try to read certificates on my Smart card by using Compact Framework 3.5 on Windows Mobile 6. I've already succedded to do this on a desktop application by using the following code :

    X509Store test = new X509Store(StoreName.Root, StoreLocation.LocalMachine);
    test.Open(OpenFlags.ReadOnly);

    if (test.Certificates.Count > 0)
    {
    foreach (X509Certificate2 cert in test.Certificates)
    {
    MessageBox.Show("Certificate: " + cert.ToString());
    }
    }

    Unfortunately, this code doesn't work on my mobile application: it me indicates that there are no certificate while my smart card contains two certificates! What happens? Have you got an idea? Have you already encounter the same issue? Thank you by advance for your help! Best regards

    C# help cryptography question
  • Login

  • Don't have an account? Register

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