다음을 통해 공유


ILicenseChallenge.GetDomainCertificates Method

Definition

Provides any DomainCertificate received in the license request.

public Microsoft.Media.Drm.DomainCertificate[] GetDomainCertificates ();
abstract member GetDomainCertificates : unit -> Microsoft.Media.Drm.DomainCertificate[]
Public Function GetDomainCertificates () As DomainCertificate()

Returns

An array of DomainCertificate.

Remarks

The service can iterate through the array of domain certificates and determine whether the client has a valid domain certificate for the service.

Applies to