Share via


ISCPSecureExchange Interface (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The ISCPSecureExchange interface is used to exchange secured content and rights associated with content. The secure content provider implements this interface and secure Windows Media Device Manager implementations call its methods.

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

Method Description
ObjectData Transfers a block of object data to Windows Media Device Manager.
TransferComplete Called by Windows Media Device Manager to signal the end of a secure transfer of data.
TransferContainerData Transfers container file data to the secure content provider.

See Also