protected override IConfigDataProvider CreateSession()
        {
            base.SessionSettings.IncludeSoftDeletedObjectLinks = true;
            this.globalCatalogRBACSession = DistributionGroupMemberTaskBase <RecipientIdParameter> .CreateGlobalCatalogRBACSession(base.DomainController, base.SessionSettings);

            return(base.CreateSession());
        }
        protected override IConfigDataProvider CreateSession()
        {
            this.globalCatalogRBACSession = DistributionGroupMemberTaskBase <TMemberIdentity> .CreateGlobalCatalogRBACSession(base.DomainController, base.SessionSettings);

            IDirectorySession directorySession = (IDirectorySession)base.CreateSession();

            directorySession.ExclusiveLdapAttributes = DistributionGroupMemberTaskBase <TMemberIdentity> .exclusiveLdapAttributes;
            return((IConfigDataProvider)directorySession);
        }