Freigeben über


ILicenseChallenge.ClientOSInformation Property

Definition

Gets additional ClientOSInformation.

public Microsoft.Media.Drm.ClientOSInformation ClientOSInformation { get; }
member this.ClientOSInformation : Microsoft.Media.Drm.ClientOSInformation
Public ReadOnly Property ClientOSInformation As ClientOSInformation

Property Value

The additional ClientOSInformation.

Remarks

This property will not return null even if the client does not provide this information to the server. Instead, individual properties of the returned ClientOSInformation will be null when not provided.

Applies to