SecurityDescriptor Class Members
 
            
                In This Topic
            
            The following tables list the members exposed by SecurityDescriptor.
            
            
            
            
            
            
            
            
            
            Public Properties
            
            
            
            Public Methods
|   | Name | Description | 
  | AddPermissions | 
            Adds the specified permissions to the existing permissions for the specified entity.
               | 
  | CopyInheritedPermissions | 
            Copies all inherited permissions into the object's permission set, making them explicit.
               | 
  | GetOrCreateAccessControlEntry | 
            Gets an AccessControlEntry for the specified entity and inheritance options.
               | 
  | RemovePermissions | Overloaded. 
            Removes all permissions defined for the specified SecurityEntity.
               | 
  | ReplacePermissions | 
            Replaces the existing permissions for an entity with the specified permissions.
               | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also