ILicenseAcquisitionHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handler interface for processing License Acquisition requests.
public interface ILicenseAcquisitionHandler
type ILicenseAcquisitionHandler = interface
Public Interface ILicenseAcquisitionHandler
Methods
GetServicePublicKey(Guid) |
Provides the domain public key for a specific Service. |
HandleLicenseAcquisitionAsync(ILicenseChallenge) |
Service implemented method handling the license acquistion requests. |