ProtectionMode Class
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.
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
public class ProtectionMode
type ProtectionMode = class
Public Class ProtectionMode
- Inheritance
-
ProtectionMode
Constructors
ProtectionMode() |
Initializes a new instance of the ProtectionMode class. |
ProtectionMode(String, String, String, String) |
Initializes a new instance of the ProtectionMode class. |
Properties
Exe |
Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None' |
Executable |
Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None' |
Msi |
Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None' |
Script |
Gets or sets the application control policy enforcement/protection mode of the machine group Possible values include: 'Audit', 'Enforce', 'None' |
Extension Methods
ConvertToPSType(ProtectionMode) |