Credential Manager Type Provider Functions (Windows CE 5.0)
The following table shows the functions that a type provider must implement, with a description of the purpose of each.
Programming element | Description |
---|---|
HandleBlob | This function enables type providers to determine what information has to be cached by the credential manager. |
Load | This function registers a primitive credential type with a type provider. |
MatchTarget | This function enables the type provider to determine if two different target strings are semantically equivalent. |
MatchUser | This function enables the type provider to determine if two different user strings are semantically equivalent. |
Unload | This function unregisters a primitive credential type with a type provider. |
See Also
Send Feedback on this topic to the authors