LicenseAcquirer.ChallengeCustomData Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

'Declaration
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 nulla 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

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.