Trustee Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This is the base class for trustees in Content Studio. Trustees are group and user account that are registered in Content Studio. Systems that need to implement trustee system can inherit from this class.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.SecuritySecurityBase
        ContentStudio.SecurityTrustee
          ContentStudio.SecurityWindowsTrustee

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public abstract class Trustee : SecurityBase

The Trustee type exposes the following members.

Constructors

  NameDescription
Protected methodTrustee
Initializes a new instance of the Trustee class
Top
Properties

  NameDescription
Protected propertyForceLDAPLevel
Retrieves the ForceLDAPLevel debug setting
(Inherited from SecurityBase.)
Protected propertyUseNetBiosDomainBinding
Gets a value that indicates whether the NetBiosDomain name should be included when binding the user SID to Active Directory.
(Inherited from SecurityBase.)
Top
Methods

  NameDescription
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetMemberInfo(ConnectionId, SessionId, Int32)
When implemented in inheriting classes returns the memberships data of a trustee
Public methodGetMemberInfo(ConnectionId, SessionId, String, Int32, String)
When implemented in inheriting classes returns the memberships data of a trustee
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected methodStatic memberRegisterGroup
Registers or updates a group (role) account in Content Studio.
Protected methodStatic memberRegisterUser
Registers or updates a user account in Content Studio.
Public methodToString (Inherited from Object.)
Top
See Also

Reference