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 SourceControl
the Security_Descriptor_Control flag
Declaration
int Control { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
DiscretionaryAcl
the discretionary ACL associated with the security descriptor
Declaration
object DiscretionaryAcl { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Group
the group that owns the object associated with the security descriptor
Declaration
string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Owner
the owner of the object associated with the security descriptor
Declaration
string Owner { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Revision
the revision number assigned to the security descriptor.
Declaration
int Revision { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 SourceCopySecurityDescriptor()
Copies the security descriptor
Declaration
object CopySecurityDescriptor()
Returns
Type | Description |
---|---|
System.Object | object |