Partager via


ILicenseChallenge.ClientCertificate Property

Definition

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.

Applies to