SecureStopDataResponse(ISecureStopDataChallenge) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SecureStopDataResponse class.
public SecureStopDataResponse (Microsoft.Media.Drm.ISecureStopDataChallenge challenge);
new Microsoft.Media.Drm.SecureStopDataResponse : Microsoft.Media.Drm.ISecureStopDataChallenge -> Microsoft.Media.Drm.SecureStopDataResponse
Public Sub New (challenge As ISecureStopDataChallenge)
Parameters
- challenge
- ISecureStopDataChallenge
The ISecureStopDataChallenge received from the client.