ICredentialProviderEvents interface (credentialprovider.h)

Provides an asynchronous callback mechanism used by a credential provider to notify it of changes in the list of credentials or their fields.

Inheritance

The ICredentialProviderEvents interface inherits from the IUnknown interface. ICredentialProviderEvents also has these types of members:

Methods

The ICredentialProviderEvents interface has these methods.

 
ICredentialProviderEvents::CredentialsChanged

Signals the Logon UI or Credential 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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header credentialprovider.h

See also

ICredentialProvider::Advise

ICredentialProvider::UnAdvise