Windows Vista Sample Credential Providers Overview
Microsoft has made available for download a document discussing some custom Windows Vista credential provider samples. Specifically, the following topics are covered:
- Understanding the base SampleCredentialProvider codebase.
- Common tasks for extending the base SampleCredentialProvider codebase.
- SampleCredUICredentialProvider, which supports CredUI.
- SampleAllControlsCredentialProvider, which exposes each possible UI control.
- SampleHardwareEventCredentialProvider, which supports asynchronous events.
- SampleWrapExistingCredentialProvider, which wraps the default username/password credential provider in Windows Vista.
Microsoft previously released a version of SampleCredentialProvider. This new release of the samples has the following changes:
- 4 new samples showing uses of additional features of the credential provider model
- Updated the base samplecredentialprovider in the following ways
- Fixed the issue where the release configuration wouldn’t build
- Built & tested in on x64fre
- Fixed a bug in the implementation of GetBitmapValue that caused the tiles not to show up on some machines. Note: Everyone should make sure they pick up this fix.
- Added an implementation of SetSerialization
Download the Windows Vista Sample Credential Providers Overview for build 5384 (beta 2) at https://www.microsoft.com/downloads/details.aspx?FamilyID=1287ec56-77b4-48c4-8b58-35b7295d6c2c&DisplayLang=en
Tags: Microsoft, Windows Vista, WinFX, .NET development