IProtectionEngine.GetTenantInformationAsync(ProtectionCommonSettings) Method

Definition

Loads user licensor certificate and returns information about the tenant

public System.Threading.Tasks.Task<Microsoft.InformationProtection.Protection.ITenantInformation> GetTenantInformationAsync (Microsoft.InformationProtection.Protection.ProtectionCommonSettings settings);
abstract member GetTenantInformationAsync : Microsoft.InformationProtection.Protection.ProtectionCommonSettings -> System.Threading.Tasks.Task<Microsoft.InformationProtection.Protection.ITenantInformation>
Public Function GetTenantInformationAsync (settings As ProtectionCommonSettings) As Task(Of ITenantInformation)

Parameters

settings
ProtectionCommonSettings

Common settings.

Returns

A task that represents the asynchronous create operation. The value of the TResult parameter contains ITenantInformation.

Applies to