Shirohida

Windows Vista Credential Providers

In Windows Vista Microsoft has adopted so called credential providers as a way to log into the system. Your custom GINA library won’t work in Vista so you will have to write a COM component that implements ICredentialProvider and ICredentialProviderCredential interfaces. I found it pretty easy to write a custom credential provider (the one that works with electronic keys). There are a good introduction into the new model, samples and technical reference.