LicenseAcquirer.InjectClientInformation Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets a value that indicates whether identifiable client information is injected into the license acquisition.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Property InjectClientInformation As Boolean
public bool InjectClientInformation { get; set; }
Property Value
Type: System.Boolean
true if identifiable client information is injected into the license acquisition; otherwise, false. The default is false.
Remarks
The InjectClientInformation property must be set at the start of the license acquisition process, prior to calling the AcquireLicenseAsync method.
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.
See Also