IProtectionProfile.AddEngine(ProtectionEngineSettings) Method

Definition

adds a new protection engine to the profile.

public Microsoft.InformationProtection.Protection.IProtectionEngine AddEngine (Microsoft.InformationProtection.Protection.ProtectionEngineSettings settings);
abstract member AddEngine : Microsoft.InformationProtection.Protection.ProtectionEngineSettings -> Microsoft.InformationProtection.Protection.IProtectionEngine
Public Function AddEngine (settings As ProtectionEngineSettings) As IProtectionEngine

Parameters

settings
ProtectionEngineSettings

The protection engine settings.

Returns

Newly created IProtectionEngine.

Applies to