Share via


PackagingResponse Class

Definition

Represents the packaging response the service will return to the client.

[System.Serializable]
public class PackagingResponse : Microsoft.Media.Drm.ProtocolResponseContext
[<System.Serializable>]
type PackagingResponse = class
    inherit ProtocolResponseContext
Public Class PackagingResponse
Inherits ProtocolResponseContext
Inheritance
PackagingResponse
Attributes

Remarks

The service creates this object in the HandlePackagingDataAcquisitionAsync(PackagingChallenge) method and then adds encryption information to it.

Constructors

PackagingResponse()

Initializes a new instance of the PackagingResponse class.

PackagingResponse(PackagingChallenge)

Initializes a new instance of the PackagingResponse class from the specified packaging challenge.

Properties

Any

This property is internal and should not be used.

AnySpecified

This property is internal and should not be used.

CustomData

Gets or sets service specific data to be returned to the client as part of the response.

StreamProtectionResponses

Gets the collection of StreamProtectionInformation that is associated with the stream information in the challenge.

Methods

AddStreamProtectionInformation(StreamProtectionInformation)

Adds stream protection information to the packaging data response.

Applies to