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.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Property ChallengeCustomData As String
public string ChallengeCustomData { get; set; }
Property Value
Type: System..::.String
A string that contains service-specific data to be conveyed to the license server without implementing manual license acquisition. The default value is nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0
See Also
Reference
System.Windows.Media Namespace