다음을 통해 공유


ISecureStopDataChallenge.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

This property will return null until GetSecureStopData() is called.

Applies to