IIdentityAdvise interface (identityprovider.h)

The IIdentityAdvise interface allows an identity provider to notify a calling application when an identity is updated.

Inheritance

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

Methods

The IIdentityAdvise interface has these methods.

 
IIdentityAdvise::IdentityUpdated

Is called by an identity provider to notify a calling application that an identity event occurred.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header identityprovider.h

See also

IIdentityProvider

IIdentityProvider::Advise