C_Initialize frozen into the called CardAcquireContext function
Mon, 14 Apr 2008 15:58:01 -0700
I'm implementing a smart card minidriver. I develop Windows 2k with Visual
Studio. In the part of CardAcquireContext, I load the module opensc-pkcs11
and I initializes with CK_RV CK_FUNC (C_Initialize). C_Initialize initializes
the Cryptoki library
I have also developed a test program that loads correct ...
|
WMI missing security settings
Mon, 14 Apr 2008 12:49:27 -0700
http://msdn2.microsoft.com/en-us/library/aa375062.aspx
This page says that we should be able to retrieve eight settings using WMI:
ClearTextPassword
PasswordComplexity
RequireLogonToChangePassword
ForceLogoffWhenHourExpire
LSAAnonymousNameLookup
EnableAdminAccount
EnableGuestAccount
TicketValidateClient
...
|
SHFileOperation Problem
Mon, 14 Apr 2008 07:12:00 -0700
Hello,
I have a service application running under the "Local System" account. This
service can receive a command to run a set of batch operations (on my case,
collecting log files of the system). A file with a known name is created and
I will need to send this file to a shared network folder. I understand t ...
|
Smartcard authentication in a multi-tier application
Mon, 14 Apr 2008 06:31:55 -0700 (PDT)
Hi,
We have a multi-tier intranet application. The users of this
application are windows users. We have a login screen on the client
side where the user enters the username and password and on the server
we use the function LogOnUser() to authenticte this user. We get the
SID of this user and the SID plays a ...
|
SmartCard and the username/password
Mon, 14 Apr 2008 05:53:22 -0700 (PDT)
Hi,
I am a novice with smartcard. Right now doing some research on
implementing smartcard usage for our multi-tier application. It would
be greatful if somebody answers my following doubts.
Is there a way to use LogOnUser() along with the use of smartcard?
Can I get a domain username and password from a sma ...
|
CLR: ServiceProvider Keys and ASN.1 Serialization
Mon, 14 Apr 2008 00:14:34 -0700 (PDT)
Hi All,
I apologize for this question. I've been looking through MSDN for
about 3 hours now, and I don't see the solution.
I've got a ServiceProvider which gives me access to the keys. Through
the service provider, I can:
1) Retrieve a blob by calling ExportCspBlob()
2) Retrieve a Parameters object [e.g., ...
|
Registry key create with SECURITY_ATTRIBUTES fails on Win2k8 Clust
Fri, 11 Apr 2008 02:56:00 -0700
Hi,
I am having an issue while trying to create a registry key under the
HKLM\Cluster registry key. I am using the 'ClusterRegCreateKey' function and
passing a 'SECURITY_ATTRIBUTES' structure with permission of 'KEY_ALL_ACCESS'
to 'Everyone' (or SECURITY_WORLD_SID_AUTHORITY).
The same code works fine on ...
|
|
|
credential provider and SetSelected
Wed, 9 Apr 2008 13:29:00 -0700
I have created a Credential Provider whose tile initially has the focus after
logon.
Questions:
1. At what point is the CP tile completely rendered?
2. Is there any way to determine the window handle of the tile?
3. Is there a way to simulate a mouse-click on the tile so as to force the
invocation of SetSe ...
|
credential provider and service applications
Tue, 8 Apr 2008 06:26:01 -0700
Is there any prohibition for a credential provider from communicating with a
service application via shared memory in Vista?
Thanks
dmm ...
|
win 2k service using protectdata (dpapi) with user store
Tue, 8 Apr 2008 05:49:03 -0700
Hi guys
I am writing a windows service that runs under a specific account (actually
a domain user that has a roaming profile). I would like to use ProtectData
from the .NET Framework to decrypt data that was encrypted by the same user
profile. As far as I know ProtectData somehow uses DPAPI.
But the follow ...
|