IProtectionEngine.CreateDelegationLicensesAsync Method
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.
Creates a delegated license.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.InformationProtection.Protection.IDelegationLicense>> CreateDelegationLicensesAsync (Microsoft.InformationProtection.Protection.DelegationLicenseSettings settings);
abstract member CreateDelegationLicensesAsync : Microsoft.InformationProtection.Protection.DelegationLicenseSettings -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.InformationProtection.Protection.IDelegationLicense>>
Public Function CreateDelegationLicensesAsync (settings As DelegationLicenseSettings) As Task(Of List(Of IDelegationLicense))
Parameters
- settings
- DelegationLicenseSettings
The delegation settings.
Returns
A task that represents the asynchronous create operation. The value of the TResult
parameter contains IDelegationLicense
.