INDRegistrationCompletedEventArgs INDRegistrationCompletedEventArgs INDRegistrationCompletedEventArgs INDRegistrationCompletedEventArgs Interface

Definition

Provides arguments for the PlayReady-ND RegistrationCompleted event.

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

Properties

ResponseCustomData ResponseCustomData ResponseCustomData ResponseCustomData

Gets custom data from a registration response.

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

The custom data from the registration response.

TransmitterCertificateAccepted TransmitterCertificateAccepted TransmitterCertificateAccepted TransmitterCertificateAccepted

Gets or sets whether to accept or reject a transmitter's certificate.

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

The result from verifying the transmitter's certificate. This value is true if the receiver accepts the transmitter certificate or false if it rejects the certificate.

Remarks

The receiver must accept or reject the transmitter certificate when the mutual authentication flag is set in NDStartAsyncOptions.

TransmitterProperties TransmitterProperties TransmitterProperties TransmitterProperties

Gets transmitter properties from the transmitter's certificate to verify the transmitter.

public : INDTransmitterProperties TransmitterProperties { get; }public INDTransmitterProperties TransmitterProperties { get; }Public ReadOnly Property TransmitterProperties As INDTransmitterProperties// You can use this property in JavaScript.