Share via


PlayReadySecureStopServiceRequest.GenerateManualEnablingChallenge Method

Definition

Begins the process of manually enabling.

public:
 virtual PlayReadySoapMessage ^ GenerateManualEnablingChallenge() = GenerateManualEnablingChallenge;
PlayReadySoapMessage GenerateManualEnablingChallenge();
public PlayReadySoapMessage GenerateManualEnablingChallenge();
function generateManualEnablingChallenge()
Public Function GenerateManualEnablingChallenge () As PlayReadySoapMessage

Returns

The SOAP message to be used in a manual license acquisition challenge request.

Implements

Remarks

Provides the caller the raw HTTP challenge and headers that they must send up to the server. When the response is received, it should be processed by calling the ProcessManualEnablingResponse method.

Applies to