IProtectionEngine.CreateProtectionHandlerForPublishing Method

Definition

Creates a protection handler where rights/roles are assigned to specific users.

public Microsoft.InformationProtection.Protection.IProtectionHandler CreateProtectionHandlerForPublishing (Microsoft.InformationProtection.Protection.PublishingSettings settings);
abstract member CreateProtectionHandlerForPublishing : Microsoft.InformationProtection.Protection.PublishingSettings -> Microsoft.InformationProtection.Protection.IProtectionHandler
Public Function CreateProtectionHandlerForPublishing (settings As PublishingSettings) As IProtectionHandler

Parameters

settings
PublishingSettings

Protection settings.

Returns

The IProtectionHandler.

Applies to