mscorlib(4.0.0.0) API with additions
ObjectAceFlags.cs
1
namespace
System.Security.AccessControl
2
{
4
[Flags]
5
public
enum
ObjectAceFlags
6
{
8
None
= 0x0,
10
ObjectAceTypePresent
= 0x1,
12
InheritedObjectAceTypePresent
= 0x2
13
}
14
}
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Security.AccessControl.ObjectAceFlags.InheritedObjectAceTypePresent
The type of object that can inherit the ACE.
System.Security.AccessControl
Definition:
AccessControlActions.cs:1
System.Security.AccessControl.ObjectAceFlags.ObjectAceTypePresent
The type of object that is associated with the ACE is present.
System.Security.AccessControl.ObjectAceFlags
ObjectAceFlags
Specifies the presence of object types for Access Control Entries (ACEs).
Definition:
ObjectAceFlags.cs:5
All cs
System.Security.AccessControl
ObjectAceFlags.cs
Generated by
1.8.15