LicenseAcquirer.DomainAcquirer Property

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

Gets or sets a DomainAcquirer to handle Join Domain requests that are triggered from License Server exceptions (DomainRequired or RenewDomain).

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property DomainAcquirer As DomainAcquirer
public DomainAcquirer DomainAcquirer { get; set; }

Property Value

Type: System.Windows.Media.DomainAcquirer
A DomainAcquirer to handle Join Domain requests that are triggered from License Server exceptions (DomainRequired or RenewDomain).

Remarks

This property holds a DomainAcquirer to handle Join Domain requests that are triggered from License Server exceptions (DomainRequired or RenewDomain). Because the license acquisition error can contain all the necessary information (ServiceID, AccountID, ServerUrl, and CustomData), the DomainAcquirer property is useful mainly for a derived DomainAcquirer implementing manual Join Domain in order to add authentication information to the messages or provide custom error handling (ServiceSpecificError, for example).

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.