ILicenseAcquisitionHandler.GetServicePublicKey(Guid) Method

Definition

Provides the domain public key for a specific Service.

public string GetServicePublicKey (Guid serviceId);
abstract member GetServicePublicKey : Guid -> string
Public Function GetServicePublicKey (serviceId As Guid) As String

Parameters

serviceId
Guid

Identifier specifying the service to which the domain belongs.

Returns

The public key of the service specified by serviceId

Remarks

Each service has one or more domain signing certificates issued to it that identify the service's authority to create individual domain certificates. The service must implement this method in the handler to return the corresponding public key associated with the incoming service identifier because the PlayReady Server SDK requires this information to validate domain certificates from incoming license acquisition requests.

Applies to