IProtectionEngine.GetLicenseRightsData Method

Definition

Get license rights data from publishing license.

public Microsoft.InformationProtection.Protection.LicenseRightsData GetLicenseRightsData (Microsoft.InformationProtection.Protection.PublishingLicenseInfo licenseInfo, Microsoft.InformationProtection.Protection.ProtectionCommonSettings settings = default);
abstract member GetLicenseRightsData : Microsoft.InformationProtection.Protection.PublishingLicenseInfo * Microsoft.InformationProtection.Protection.ProtectionCommonSettings -> Microsoft.InformationProtection.Protection.LicenseRightsData
Public Function GetLicenseRightsData (licenseInfo As PublishingLicenseInfo, Optional settings As ProtectionCommonSettings = Nothing) As LicenseRightsData

Parameters

licenseInfo
PublishingLicenseInfo

Publishing license from the protected content.

settings
ProtectionCommonSettings

Common settings for protection

Returns

LicenseRightsData

Applies to