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

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

This class handles calls for getting trustee information from the underlying Windows system.
Inheritance Hierarchy

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

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

public abstract class WindowsTrustee : Trustee

The WindowsTrustee type exposes the following members.

Constructors

  NameDescription
Protected methodWindowsTrustee
Initializes a new instance of the WindowsTrustee 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.)
Protected methodGetGroupInfo
Gets some details about the group account.
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
(Inherited from Trustee.)
Public methodGetMemberInfo(ConnectionId, SessionId, String, Int32, String)
When implemented in inheriting classes returns the memberships data of a trustee
(Inherited from Trustee.)
Public methodGetType (Inherited from Object.)
Protected methodGetUserInfo
Gets some details about the users account. Initially the method tries with the LDAP provider and after that with the WinNT-provider.
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodToString (Inherited from Object.)
Protected methodUserNamesFromNTAccount
Gets the Domain and UserName from the NTAccount object.
Top
See Also

Reference