ILicenseChallenge.ClientOSInformation Property
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.
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.