IProtectionEngine.CreateDelegationLicensesAsync Method

Definition

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.

Applies to