PlayReadySecureStopServiceRequest.GenerateManualEnablingChallenge 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.
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.