Discuss this help topic in SecureBlackbox Forum
If true, all deny ACEs must occur before any grant ACE.
Declaration
[C#]
bool DenyBeforeGrant;
[VB.NET]
Property DenyBeforeGrant As Boolean
[Pascal]
property DenyBeforeGrant : boolean;
[C++]
bool get_DenyBeforeGrant();
void set_DenyBeforeGrant(bool Value);
[PHP]
bool get_DenyBeforeGrant()
void set_DenyBeforeGrant(bool $Value)
[Java]
boolean getDenyBeforeGrant();
void setDenyBeforeGrant(boolean Value);
Description
When this property is true, all grant ACEs should appear before any grant ACE.
Discuss this help topic in SecureBlackbox Forum