Namespace: ITHit.WebDAV.Server.Acl
The ReadAce type exposes the following members.
Name | Description | |
---|---|---|
DenyPrivileges |
Privileges denied by this ACE.
| |
GrantPrivileges |
Privileges granted by this ACE.
| |
InheritedFrom |
If not null indicates a resource from which this Ace is inherited.
| |
IsInvert |
If this property is true then this ACE grants/denies privileges to all
principals NOT matching the one in Principal property.
| |
IsProtected |
Indicates that this ACE is protected and an attempt to remove it will fail.
| |
Principal |
Principal to which privileges are granted and denied by this ACE.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |