IProtectionProfile.AddEngine(ProtectionEngineSettings) 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.
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
.