Represents a security user or group
__interface ISecEntity : IDispatch;
public interface ISecEntity : IDispatch;
Public Interface ISecEntity Inherits IDispatch
Each SecEntity object represents a user, group, or other entity in the Windows security model.
To retrieve a SecEntity object representing a Windows user or group, use IScheduler.LookupAccount.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|