Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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