IPlayReadySecureStopServiceRequest IPlayReadySecureStopServiceRequest IPlayReadySecureStopServiceRequest IPlayReadySecureStopServiceRequest Interface

Definition

Manages secure stop messages.

public : interface IPlayReadySecureStopServiceRequestpublic interface IPlayReadySecureStopServiceRequestPublic Interface IPlayReadySecureStopServiceRequest// You can use this interface in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Properties

PublisherCertificate PublisherCertificate PublisherCertificate PublisherCertificate

Gets the current publisher certificate property.

public : byte[] PublisherCertificate { get; }public byte[] PublisherCertificate { get; }Public ReadOnly Property PublisherCertificate As byte[]// You can use this property in JavaScript.
Value
byte[] byte[] byte[] byte[]

The current publisher certificate.

SessionID SessionID SessionID SessionID

Gets the secure stop session identifier property.

public : PlatForm::Guid SessionID { get; }public Guid SessionID { get; }Public ReadOnly Property SessionID As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The secure stop session identifier.

StartTime StartTime StartTime StartTime

Gets the secure stop session's start time property.

public : DateTime StartTime { get; }public DateTimeOffset StartTime { get; }Public ReadOnly Property StartTime As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The secure stop session's start time.

Stopped Stopped Stopped Stopped

Gets the secure stop session's stopped flag property which indicates whether the secure stop session for this request was cleanly shut down.

public : PlatForm::Boolean Stopped { get; }public bool Stopped { get; }Public ReadOnly Property Stopped As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The secure stop session's stopped flag.

UpdateTime UpdateTime UpdateTime UpdateTime

Gets the secure stop session's update/stop time property.

public : DateTime UpdateTime { get; }public DateTimeOffset UpdateTime { get; }Public ReadOnly Property UpdateTime As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The secure stop session's update/stop time.

See Also