PackagingResponse.StreamProtectionResponses Property
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.
Gets the collection of StreamProtectionInformation that is associated with the stream information in the challenge.
public System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.StreamProtectionInformation> StreamProtectionResponses { get; }
member this.StreamProtectionResponses : System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.StreamProtectionInformation>
Public ReadOnly Property StreamProtectionResponses As Collection(Of StreamProtectionInformation)
Property Value
The collection of StreamProtectionInformation that is associated with the stream information in the challenge.