Share via


ISecureStopDataChallenge.GetSecureStopData Method

Definition

Decrypts the challenge and returns a collection of secure stop records.

public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.SecureStopRecord> GetSecureStopData ();
abstract member GetSecureStopData : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Media.Drm.SecureStopRecord>
Public Function GetSecureStopData () As ReadOnlyCollection(Of SecureStopRecord)

Returns

A collection of SecureStopRecord.

Exceptions

Applies to