ILicenseChallenge.ClientCertificate 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 the Certificate of the client making the request.
public Microsoft.Media.Drm.Certificate ClientCertificate { get; }
member this.ClientCertificate : Microsoft.Media.Drm.Certificate
Public ReadOnly Property ClientCertificate As Certificate
Property Value
The Certificate of the client making the request.
Remarks
Every client has a single client certificate uniquely identifying it. The service can bind a license to the client certificate to make the license usable only by the client machine or device.