PlayReadySecureStopIterable
PlayReadySecureStopIterable
PlayReadySecureStopIterable
PlayReadySecureStopIterable
Class
Definition
Enumerates PlayReady secure stop service requests.
public : sealed class PlayReadySecureStopIterable : IIterablepublic sealed class PlayReadySecureStopIterable : IEnumerablePublic NotInheritable Class PlayReadySecureStopIterable Implements IEnumerable// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
PlayReadySecureStopIterable(Byte[]) PlayReadySecureStopIterable(Byte[]) PlayReadySecureStopIterable(Byte[]) PlayReadySecureStopIterable(Byte[])
Initializes a new instance of the PlayReadySecureStopIterable class.
public : PlayReadySecureStopIterable(Byte[] publisherCertBytes)public PlayReadySecureStopIterable(Byte[] publisherCertBytes)Public Sub New(publisherCertBytes As Byte[])// You can use this method in JavaScript.
Parameters
- publisherCertBytes
- Byte[] Byte[] Byte[] Byte[]
The raw binary body of the publisher certificate.
Methods
First() First() First() First()
Returns an iterator that iterates over the items in the PlayReady secure stop collection.
public : IIterator<IPlayReadySecureStopServiceRequest> First()This member is not implemented in C#This member is not implemented in VB.Net// You can use this method in JavaScript.
Returns
GetEnumerator() GetEnumerator() GetEnumerator() GetEnumerator()
Returns an enumerator that iterates through the collection.
This member is not implemented in C++IEnumerator<T> GetEnumerator()Function GetEnumerator As IEnumerator(Of T)IEnumerator<T> GetEnumerator()
Returns
An enumerator that can be used to iterate through the collection.