Click or drag to resize

ReadAce Class

IT Hit WebDAV Classes Reference
Specifies the set of privileges to be either granted or denied to a single principal.
Inheritance Hierarchy
SystemObject
  ITHit.WebDAV.Server.AclReadAce

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public class ReadAce

The ReadAce type exposes the following members.

Constructors
  NameDescription
Public methodReadAce
Initializes a new instance of the ReadAce class
Top
Properties
  NameDescription
Public propertyDenyPrivileges
Privileges denied by this ACE.
Public propertyGrantPrivileges
Privileges granted by this ACE.
Public propertyInheritedFrom
If not null indicates a resource from which this Ace is inherited.
Public propertyIsInvert
If this property is true then this ACE grants/denies privileges to all principals NOT matching the one in Principal property.
Public propertyIsProtected
Indicates that this ACE is protected and an attempt to remove it will fail.
Public propertyPrincipal
Principal to which privileges are granted and denied by this ACE.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also