ISCPSecureQuery3 Interface
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.
In addition to the methods inherited from ISCPSecureQuery2, the ISCPSecureQuery3 interface exposes the following methods.
Method | Description |
GetRightsOnClearChannel | Retrieves the rights on a clear channel. |
MakeDecisionOnClearChannel | Makes decisions on a clear channel. |
See Also