Provides an asynchronous callback mechanism used by a credential provider to notify it of changes in the list of credentials or their fields.
ICredentialProviderEvents Members
| CredentialsChanged |
Signals the logon or credential user interface (UI) that the enumerated list of credentials has changed. |
Remarks
When to Use
An implementation of ICredentialProviderEvents is provided for use by outside parties implementing a credential provider.
When to Implement
Outside parties do not need to implement ICredentialProviderEvents themselves.
Interface Information
| Inherits from | IUnknown |
|---|
| Header and IDL files | credentialprovider.h, credentialprovider.idl |
|---|
| Minimum operating systems |
Windows Vista |
|---|
See Also