IProtectionEngine.CreateProtectionHandlerForPublishing 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 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
.