ISCPSecureQuery3 interface (mswmdm.h)

The ISCPSecureQuery3 interface extends ISCPSecureQuery2 by providing a set of new methods for retrieving the rights and making decision on a clear channel. These methods are more efficient because they do not involve encrypting and decrypting of parameters, which happens on a secure channel.

Inheritance

The ISCPSecureQuery3 interface inherits from ISCPSecureQuery2. ISCPSecureQuery3 also has these types of members:

Methods

The ISCPSecureQuery3 interface has these methods.

 
ISCPSecureQuery3::GetRightsOnClearChannel

The GetRightsOnClearChannel method retrieves rights information for the current piece of content on a clear channel.
ISCPSecureQuery3::MakeDecisionOnClearChannel

The MakeDecisionOnClearChannel method determines whether access to the content is allowed on a clear channel. If access is allowed, this method returns the interface used to access the content.

Requirements

Requirement Value
Target Platform Windows
Header mswmdm.h

See also

ISCPSecureQuery Interface

ISCPSecureQuery2 Interface

Interfaces for Secure Content Providers