Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.59 KB

credential-manager.md

File metadata and controls

17 lines (12 loc) · 1.59 KB
description ms.assetid title ms.topic ms.date
A credential manager is similar to a network provider in that it provides entry points that are called by the Multiple Provider Router (MPR). In fact, some network providers are also credential managers.
a1105754-a57f-4a0d-9797-bec22b99900c
Credential Manager
article
05/31/2018

Credential Manager

A credential manager is similar to a network provider in that it provides entry points that are called by the Multiple Provider Router (MPR). In fact, some network providers are also credential managers.

Whether you implement the credential management functions in the same DLL as the network provider functions depends on the requirements of your application. Credential managers receive notifications when authentication information changes. For example, credential managers are notified when a user logs on or an account password changes. When a logon process, such as Winlogon, is in the process of logging on or changing the password for an account, it calls the appropriate MPR Windows Networking (WNet) function. The MPR then calls the appropriate entry point for each credential manager. These credential management functions will always be called in the system context, LocalSystem, rather than the user context. For more information about WNet functions, see Windows Networking. For more information about the interface that credential managers must implement, see Credential Management API.