public enum WindowsInformationProtectionEnforcementLevel extends java.lang.Enum<WindowsInformationProtectionEnforcementLevel>
| Enum Constant and Description |
|---|
ENCRYPT_AND_AUDIT_ONLY
encrypt And Audit Only
|
ENCRYPT_AUDIT_AND_BLOCK
encrypt Audit And Block
|
ENCRYPT_AUDIT_AND_PROMPT
encrypt Audit And Prompt
|
NO_PROTECTION
no Protection
|
UNEXPECTED_VALUE
For WindowsInformationProtectionEnforcementLevel values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionEnforcementLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowsInformationProtectionEnforcementLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowsInformationProtectionEnforcementLevel NO_PROTECTION
public static final WindowsInformationProtectionEnforcementLevel ENCRYPT_AND_AUDIT_ONLY
public static final WindowsInformationProtectionEnforcementLevel ENCRYPT_AUDIT_AND_PROMPT
public static final WindowsInformationProtectionEnforcementLevel ENCRYPT_AUDIT_AND_BLOCK
public static final WindowsInformationProtectionEnforcementLevel UNEXPECTED_VALUE
public static WindowsInformationProtectionEnforcementLevel[] values()
for (WindowsInformationProtectionEnforcementLevel c : WindowsInformationProtectionEnforcementLevel.values()) System.out.println(c);
public static WindowsInformationProtectionEnforcementLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null