Share via


IWMDMRevoked Interface

banner art

The IWMDMRevoked interface retrieves the URL from which updated components can be downloaded, if a transfer fails with a revocation error. The secured content provider determines whether or not to allow a transfer, based on the application certificates of the components involved. You can access the IWMDMRevoked interface by calling QueryInterface on the IWMDMStorageControl interface.

In addition to the methods inherited from IUnknown, the IWMDMRevoked interface exposes the following method.

Method Description
GetRevocationURL Retrieves the URL from which updated components can be downloaded.

See Also