ISecureStopDataChallenge.GetSecureStopData Method
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.
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
PublisherPrivateKey has not been set.