adTempus API
|
Encapsulates the Windows API security descriptor, providing properties and methods to manipulate the security settings for an object.
__interface ISecurityDescriptor : IDispatch;
public interface ISecurityDescriptor : IDispatch;
Public Interface ISecurityDescriptor Inherits IDispatch
Each secured object has a security descriptor, which controls access to the object.
A security descriptor is primarily a collection of ACEs, with each ACE representing the access granted or denied to a particular entity.
Any user with saView permission for the object may view the security descriptor. Changes can be made only by a user with saAdminister permission.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|