• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Interface IADsSecurityDescriptor

Com interface for the IAdsLargeInteger

Namespace: Dapplo.ActiveDirectory.Internal
Assembly: Dapplo.ActiveDirectory.dll
Syntax
[Guid("B8C787CA-9BDD-11D0-852C-00C04FD8D503")]
public interface IADsSecurityDescriptor

Properties

| Improve this Doc View Source

Control

the Security_Descriptor_Control flag

Declaration
int Control { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DaclDefaulted

the flag that indicates if the DACL is derived from a default mechanism

Declaration
bool DaclDefaulted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DiscretionaryAcl

the discretionary ACL associated with the security descriptor

Declaration
object DiscretionaryAcl { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Group

the group that owns the object associated with the security descriptor

Declaration
string Group { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

GroupDefaulted

the flag that indicates if the group data is derived by a default mechanism

Declaration
bool GroupDefaulted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Owner

the owner of the object associated with the security descriptor

Declaration
string Owner { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OwnerDefaulted

the flag that indicates if the owner data is derived by a default mechanism

Declaration
bool OwnerDefaulted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Revision

the revision number assigned to the security descriptor.

Declaration
int Revision { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SaclDefaulted

the flag that indicates if the SACL is derived from a default mechanism

Declaration
bool SaclDefaulted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

SystemAcl

the system ACL associated with the security descriptor

Declaration
object SystemAcl { get; set; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

CopySecurityDescriptor()

Copies the security descriptor

Declaration
object CopySecurityDescriptor()
Returns
Type Description
System.Object

object

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo