remote desktop connection (Vista to Vista)
Thu, 17 Jul 2008 10:03:42 +0200
Hello,
I have written several credential providers, which all work well, and I am
facing the problem of Remote Desktop Connection. using client 6. The
credential provider on the local station displays its tiles and packages the
credentials correctly for the CREDUI scenario, I think (unpackaging them
using ...
|
EAP-TLS Client enrollment recovery.
Wed, 16 Jul 2008 13:04:15 -0700
Our Client (Win CE 5.00 device) connects to a wireless network using EAP-TLS
authentication.
We programmatically enroll Clients (web-enrollment) that get certificates
from Windows Server 2003.
Client connects to the network and works fine until we have to reboot Client
(Win CE).
On reboot all certificate ...
|
Signing with no hash OID
Wed, 16 Jul 2008 10:58:32 +0200
Hello,
I am trying to sign data with CryptSignHash function. The arguments used are
AT_KEYEXCHANGE and CRYPT_NOHASHOID flag. Call to this function failed with
error 0x80090006 (NTE_BAD_SIGNATURE). I am using Microsoft Base Smart Card
Crypto Provider. The operating system is Windows XP Pro SP3. If I set no
fla ...
|
Calling a kerberos subauth package
Tue, 15 Jul 2008 11:15:35 +0000 (UTC)
Hi,
Assuming I implement a Kerberos Subauth package, does anybody know how
it's called by a logon application?
It's easy for MSV1_0, where the MSV1_0_LM20_LOGON structure contains a
ParameterControl field which gets the subauthentication ID in the upper
8 bit. But I can't find any documentation which des ...
|
CSPs and Certificate Extensions
Mon, 14 Jul 2008 07:46:04 -0700
Is there an easy way (or any way) to view an installed certificate's
extensions/external properties (eg CSP, container name, key spec)?
The reason I need this is that I have written my own CSP and am using
Microsoft CA to generate and install a cert linked to my CSP and then
attempting to sign a Word docume ...
|
Can TRUSTEE be a file name?
Mon, 14 Jul 2008 08:35:16 +0300
Now reading the description of the TRUSTEE structure at
<http://msdn.microsoft.com/en-us/library/aa379636(VS.85).aspx>,
I see the following under "Remarks":
> A trustee name can have any of the following formats:
>
> * A fully qualified name, such as "g:\remotedir\abc".
That looks like a file name; ca ...
|
GetNamedSecurityInfo, AddAceToObjectsSecurityDescriptor and Error
87
Sun, 13 Jul 2008 16:53:46 -0400
Using a MSDN supplied code to modify sacls on a registry entry and I am
getting an error 87 when GetNamedSecurityInfo is called. The error best
I can tell from googling is a bad parameter but I can't for the life of
me find the bad parameter. The code is below. It is probably really
obvious but I am complete ...
|
|
|
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 ...
|