Compartilhar via


IWMDMRevoked Interface

banner art

The IWMDMRevoked interface is used by an application to retrieve the URL from which updated components can be downloaded after a transfer has ended with a revocation error. The secured content provider determines whether to permit a transfer based on the application certificates of the components involved. You can access the IWMDMRevoked interface by using QueryInterface from 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