SecurityDescriptorControlFlags Enum

Definition

Enumerates values for security descriptor control flags for the SecurityDescriptorControlFlags class.

This enumeration supports a bitwise combination of its member values.

public enum class SecurityDescriptorControlFlags
[System.CLSCompliant(false)]
[System.Flags]
public enum SecurityDescriptorControlFlags
[<System.CLSCompliant(false)>]
[<System.Flags>]
type SecurityDescriptorControlFlags = 
Public Enum SecurityDescriptorControlFlags
Inheritance
SecurityDescriptorControlFlags
Attributes

Fields

SE_DACL_AUTO_INHERIT_REQ 256

Defines the constant integer value for SE_DACL_AUTO_INHERIT_REQ.

SE_DACL_AUTO_INHERITED 1024

Defines the constant integer value for SE_DACL_AUTO_INHERITED.

SE_DACL_DEFAULTED 8

Defines the constant integer value for SE_DACL_DEFAULTED.

SE_DACL_PRESENT 4

Defines the constant integer value for SE_DACL_PRESENT.

SE_DACL_PROTECTED 4096

Defines the constant integer value for SE_DACL_PROTECTED.

SE_GROUP_DEFAULTED 2

Defines the constant integer value for SE_GROUP_DEFAULTED.

SE_OWNER_DEFAULTED 1

Defines the constant integer value for SE_OWNER_DEFAULTED.

SE_RM_CONTROL_VALID 16384

Defines the constant integer value for SE_RM_CONTROL_VALID.

SE_SACL_AUTO_INHERIT_REQ 512

Defines the constant integer value for SE_SACL_AUTO_INHERIT_REQ.

SE_SACL_AUTO_INHERITED 2048

Defines the constant integer value for SE_SACL_AUTO_INHERITED.

SE_SACL_DEFAULTED 32

Defines the constant integer value for SE_SACL_DEFAULTED.

SE_SACL_PRESENT 16

Defines the constant integer value for SE_SACL_PRESENT.

SE_SACL_PROTECTED 8192

Defines the constant integer value for SE_SACL_PROTECTED.

SE_SELF_RELATIVE 32768

Defines the constant integer value for SE_SELF_RELATIVE.

Applies to