PKCS#12 support in CryptoAPI
Sun, 13 Jul 2008 07:36:02 -0700
Hi,
I read in the following article "PKCS #12 File Types: Portable Protected
Keys in .NET" (http://msdn.microsoft.com/en-us/library/ms867088.aspx) that
"The Windows platform and CryptoAPI implements a subset of the full PKCS #12
specification".
I need to know what is implemented and what is not. Where ca ...
|
How to create a .pfx file from cert request?
Fri, 11 Jul 2008 17:57:00 -0400
Hi. I have written code that can generate a cert request, send it to
our CA, and get the certificate in blob form. Then it is possible to
install the certificate (including chain) on requesting computer by
using:
: hr = pEnroll4->acceptResponseBlob (&certBlob);
After that, I can export it into a .pfx file ...
|
installing kerbsubauth and difference between kerberos and msv1_0
Fri, 11 Jul 2008 19:55:27 +0300
I am simply trying to install kerbsubauth example provided by platform sdk.
I compiled (in command line) with VC 2008 Express. I have a domain
controller windows 2003 R2 running as a virtual machine. I copied the dll
into system32 folder edited the registry tried many combinations like adding
Auth0, Auth13 ...
|
Vista Credential Provider
Thu, 10 Jul 2008 07:02:04 -0700
I'm working on a credential provider that i can modify easily, but IĆ¢??ve run
into a few snags. I have a routine in GetSerialization that could take
several seconds to run, the problem is that in the meantime all of the
controls are still active. What are some solutions that have been used to
keep the user f ...
|
How do you develop/debug your AuthenticationPackage
Thu, 10 Jul 2008 08:21:26 +0100
Hi,
I'm currently writing my own AuthenticationPackage but I don't think my
work flow is optimal.
I write it using Visual Studio 2008 and I use a virtual machine to test
it. The problem is that I have to kill lsass.exe each time I want to
upload a new version of my DLL on the virtual machine otherwise I ...
|
GINA Replacement with a new Button
Wed, 9 Jul 2008 02:26:02 -0700
Hello all,
I understand that GINA replacement is a very dark and scary place so any
help will be much appreciated. All I want to do is add a couple of buttons to
the Windows Login page such as Forgot my Password etc that launch Web Pages.
I've tried running a background application using various methods bu ...
|
Accessing security information from an authentication provider
08 Jul 2008 15:46:44 GMT
Hopefully, this isn't a hard question.
I'm writing a new authentication provider. What I want to know is, once
I know a user's username and domain, and have validated with our own
means that the user is who they say they are, I need to provide
information in the token like:
- The user's SID.
- What gro ...
|
|
|
Implementation of CardSignData() in smart card modules (minidrivers)
Mon, 7 Jul 2008 17:35:33 -0700 (PDT)
Hello there,
I'm trying to write a smart card minidriver interfacing the Base CSP
to PKCS#11. Googling reveals that I'm not the first one; anyway, I'm
"almost there" and I'd like to release this as OSS once it's finished.
It could also help other people who are trying to write a minidriver.
I'm using certut ...
|
How to enumerate Windows user accounts?
Mon, 7 Jul 2008 12:31:08 -0700
I need to programatically generate the names and SIDs of each real human
user of the computer. I want the EXACT same list as appears on the Windows
Welcome screen, and I need to do this for both XP and Vista. This is for a
consumer/home application, so I'm not interested is listing the names of
everyone in t ...
|
GPO to make User Group Power Users on Local System
Mon, 7 Jul 2008 11:14:01 -0700
I want to create a group policy which gives members of a user group "power
user" rights to a specific local workstations. What I'm trying to avoid is
overwriting a user who may have been manually added to the local power user
group. From what I understand, my domain group policy WILL OVERWRITE any
local/ma ...
|