ChallengeCustomData Property
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Property ChallengeCustomData As String

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft