LicenseAcquirer.ChallengeCustomData Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a string that contains service-specific data to be conveyed to the license server without implementing manual license acquisition.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.StringA string that contains service-specific data to be conveyed to the license server without implementing manual license acquisition. The default value is Nothing.
This property allows service-specific data to be conveyed to the license server without implementing manual license acquisition. This property never contains the custom data that is returned in the response; the custom data from the response must be accessed through the completion event (for example, through JoinDomainCompleted, LeaveDomainCompleted, or AcquireLicenseCompleted).
You should Base 64 encode any values.