AdaptiveApplicationControlGroup.DefinitionStages.WithProtectionMode Interface

public static interface AdaptiveApplicationControlGroup.DefinitionStages.WithProtectionMode

The stage of the AdaptiveApplicationControlGroup definition allowing to specify protectionMode.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProtectionMode(ProtectionMode protectionMode)

Specifies the protectionMode property: The protection mode of the collection/file types.

Method Details

withProtectionMode

public abstract AdaptiveApplicationControlGroup.DefinitionStages.WithCreate withProtectionMode(ProtectionMode protectionMode)

Specifies the protectionMode property: The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux..

Parameters:

protectionMode - The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.

Returns:

the next definition stage.

Applies to