IProtectionEngine.CreateDelegationLicenses(DelegationLicenseSettings) Method

Definition

Creates a delegated license.

public System.Collections.Generic.List<Microsoft.InformationProtection.Protection.IDelegationLicense> CreateDelegationLicenses (Microsoft.InformationProtection.Protection.DelegationLicenseSettings settings);
abstract member CreateDelegationLicenses : Microsoft.InformationProtection.Protection.DelegationLicenseSettings -> System.Collections.Generic.List<Microsoft.InformationProtection.Protection.IDelegationLicense>
Public Function CreateDelegationLicenses (settings As DelegationLicenseSettings) As List(Of IDelegationLicense)

Parameters

settings
DelegationLicenseSettings

The delegation settings.

Returns

List of IDelegationLicense

Applies to