This topic has not yet been rated - Rate this topic

LicenseAcquirer.DomainAcquirer Property

Silverlight

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)
'Declaration
Public Property DomainAcquirer As DomainAcquirer

Property Value

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

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

Silverlight

Supported in: 5, 4

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.