WMRMResponse Object
The WMRMResponse object creates a license response, which is a blob that you can use to deliver several licenses together. For example, you can deliver a version 1 license and multiple version 7.1 licenses.
The WMRMResponse object exposes the following property and methods.
Property | Description |
ReplaceQuotesWith | Specifies a replacement for the embedded quotation marks in the string that is returned by the GetLicenseResponse method. |
Method | Description |
AddLicense | Adds a license to the license response. |
GetLicenseResponse | Retrieves a string containing the license response. |
See Also