ILicenseChallenge.GetDomainCertificates Method
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.
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.