IProtectionEngine.CreateProtectionHandlerForConsumption 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.
Creates a protection handler where rights/roles are assigned to specific users.
public Microsoft.InformationProtection.Protection.IProtectionHandler CreateProtectionHandlerForConsumption (Microsoft.InformationProtection.Protection.ConsumptionSettings settings);
abstract member CreateProtectionHandlerForConsumption : Microsoft.InformationProtection.Protection.ConsumptionSettings -> Microsoft.InformationProtection.Protection.IProtectionHandler
Public Function CreateProtectionHandlerForConsumption (settings As ConsumptionSettings) As IProtectionHandler
Parameters
- settings
- ConsumptionSettings
Protection settings.
Returns
The IProtectionHandler
.