Share via


Credential Manager Type Provider Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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 Function (Credential Manager)

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 Function (Credential Manager)

This function unregisters a primitive credential type with a type provider.

See Also

Reference

Credential Manager Reference