IProtectionProfile Interface
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.
IProtectionProfile is the root class for performing protection operations
public interface IProtectionProfile : IDisposable
type IProtectionProfile = interface
interface IDisposable
Public Interface IProtectionProfile
Implements IDisposable
- Implements
Properties
Settings |
Gets the profile settings. |
Methods
AddEngine(ProtectionEngineSettings) |
adds a new protection engine to the profile. |
AddEngineAsync(ProtectionEngineSettings) |
Starts adding a new protection engine to the profile. |
DeleteEngine(String) |
Delete the protection engine with the given ID. All data for the given engine will be deleted. |
DeleteEngineAsync(String) |
Starts deleting the protection engine with the given ID. All data for the given engine will be deleted. |
ListEngines() |
List engines. |
ListEnginesAsync() |
Starts list engines operation. |