adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecEntityType Enumeration


In This Topic
    SecEntityType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("04520415-C996-4105-A7F3-986A2CA4CB4E")>
    Public Enum SecEntityType 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("04520415-C996-4105-A7F3-986A2CA4CB4E")]
    public enum SecEntityType : System.Enum 
    [ComVisible(true)]
    [Guid("04520415-C996-4105-A7F3-986A2CA4CB4E")]
    public enum class SecEntityType : public System.Enum 
    Members
    MemberValueDescription
    Alias4 The entity is an alias.
    Computer9 The entity is a computer.
    DeletedAccount6 The entity is a deleted account.
    Domain3 The entity is a domain.
    Group2 The entity is a group.
    Invalid7 The entity is invalid.
    Unknown8 The type of the entity is unknown.
    User1 The entity is a user.
    WellKnownGroup5 The entity is a well-known group.
    Remarks
    Corresponds to the Windows API SID_NAME_USE enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.SecEntityType

    See Also