ISCPSecureAuthenticate interface (mswmdm.h)

The ISCPSecureAuthenticate interface is the primary interface of the secure content provider, which Windows Media Device Manager queries to authenticate the secure content provider and to be authenticated by the secure content provider. This interface is used to pass information about the content to the secure content provider module, which the provider uses to report back whether it is responsible for the content. Windows Media Device Manager consults this interface whenever an application downloads content to a media device.

The secure content provider implements this interface, and Windows Media Device Manager calls its methods.

Inheritance

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

Methods

The ISCPSecureAuthenticate interface has these methods.

 
ISCPSecureAuthenticate::GetSecureQuery

The GetSecureQuery method is used to obtain a pointer to the ISCPSecureQuery interface.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

ISCPSecureQuery Interface

Interfaces for Secure Content Providers