IProtectionEngine.GetTenantInformationAsync(ProtectionCommonSettings) 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.
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
.