Search results for query: *

  • Users: jsunn
  • Order by date
  1. J

    Need help referencing DLLs in my project.

    jmcilhinney, Thanks for the detailed response. I'm sure this is common knowledge to most folks around here, so I appreciate you taking the time to provide a descriptive answer to a neophyte. You are right in saying that its really not too big of a deal to distribute those DLL's with the project...
  2. J

    Need help referencing DLLs in my project.

    Hi all, I'm new to VB.net and programming in general. I have a project that references two DLL files in the system 32 directory as COM references. The files are certenroll.dll and certcli.dll which are included in the system32 directory as part of the OS. My app is a console application that I'd...
  3. J

    Help getting x509 certificate properties

    Okay, I'll answer this myself since it might be useful to someone else: Imports System Imports System.Security.Cryptography Imports System.Security.Cryptography.X509Certificates Imports System.Text Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As...
  4. J

    Help getting x509 certificate properties

    Bump- Anyone got an idea on this one?
  5. J

    Help getting x509 certificate properties

    Hi, I'm a pretty obvious newcomer to .net / VB. We have lots of administrative scripts that use CAPICOM to manage our EFS certificates on our corporate workstations. With Windows 7 CAPICOM is no longer supported so I'm trying to make it work with the X509Certificate2 class. We are trying to...
Back
Top