DEP Documentation DEP Customer's Host Programmers Guidelines

Size: px
Start display at page:

Download "DEP Documentation DEP Customer's Host Programmers Guidelines"

Transcription

1 Haachtsesteenweg Brussels Belgium DEP Documentation DEP Customer's Host Programmers Guidelines Version: 04.01

2 Atos Worldline - Technology & Products / Engineering / DEP Page: 2/10 Version Management Report Version Name(s) Date Comments TheSteamFactory 17/10/2002 Document for CC certification F. Demaertelaere 21/01/2003 Document in package M. Haest, P.Stienon 09/03/2006 General comments Anna Papayan 16/03/2011 Change the template into Atos Worldline Joris Delclef 31/05/2011 Load balancing and Failover guidelines.

3 Atos Worldline - Technology & Products / Engineering / DEP Page: 3/10 CONFIDENTIALITY The information in this document is confidential and shall not be disclosed to any third party in whole or in part without the prior written consent of Atos Worldline S.A./N.V. COPYRIGHT The information in this document is subject to change without notice and shall not be construed as a commitment by Atos Worldline S.A./N.V. The content of this document, including but not limited to trademarks, designs, logos, text, images, is the property of Atos Worldline S.A/N.V. and is protected by the Belgian Act of related to author s right and by the other applicable Acts. The contents of this document must not be reproduced in any form whatsoever, by or on behalf of third parties, without the prior written consent of Atos Worldline S.A./N.V. Except with respect to the limited license to download and print certain material from this document for non-commercial and personal use only, nothing contained in this document shall grant any license or right to use any of Atos Worldline S.A./N.V. s proprietary material. LEGAL DISCLAIMER While Atos Worldline S.A./N.V. has made every attempt to ensure that the information contained in this document is correct, Atos Worldline S.A./N.V. does not provide any legal or commercial warranty on the document that is described in this specification. The technology is thus provided as is without warranties of any kind, expressed or implied, included those of merchantability and fitness for a particular purpose. Atos Worldline S.A./N.V. does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, product or process disclosed. To the fullest extent permitted under applicable law, neither Atos Worldline S.A./N.V. nor its affiliates, directors, employees and agents shall be liable to any party for any damages that might result from the use of the technology as described in this document (including without limitation direct, indirect, incidental, special, consequential and punitive damages, lost profits). JURISDICTION AND APPLICABLE LAW These terms shall be governed by and construed in accordance with the laws of Belgium. You irrevocably consent to the jurisdiction of the courts located in Brussels for any action arising from or related to the use of this document. sa Atos Worldline nv Chaussée de Haecht 1442 Haachtsesteenweg B-1130 Bruxelles-Brussel - Belgium RPM-RPR Bruxelles-Brussel - TVA-BTW BE

4 Atos Worldline - Technology & Products / Engineering / DEP Page: 4/10 TABLE OF CONTENTS TABLE OF CONTENTS SCOPE OF THE DOCUMENT REFERENCES CONTACTING ATOS WORLDLINE SET-UP GUIDELINES PROGRAMMING GUIDELINES OTHER SECURITY GUIDELINES LOAD BALANCING AND FAILOVER GUIDELINES... 9

5 Atos Worldline - Technology & Products / Engineering / DEP Page: 5/10 1. SCOPE OF THE DOCUMENT This document describes how a Customer s Host Programmer can access the security services delivered by the DEP, load balancing and failover mechanisms, and gives some hints on how to implement these mechanisms in their host. It describes the documents that have to be used by the Customer s Host Programmer, and lists security issues that have to be taken into account REFERENCES This document contains references to other documents about the DEP. This paragraph gives a list of all the documents referred to. DEP Host Interface Protocol DEP DS3 and DS4 Principles There are no references made to the following documents, but they could be useful to understand this document. DEP Introduction to DEP DEP General Architecture DEP Glossary 1.2. CONTACTING ATOS WORLDLINE You can visit Atos Worldline on the World Wide Web to find out about new products and about various other fields of interest. URL: For the documentation visit web page. For support on issues related to DEP, customers, partners, resellers, and distributors can send an to the DEP Hotline: mailto:dephotline-atosworldline@atosorigin.com.

6 Atos Worldline - Technology & Products / Engineering / DEP Page: 6/10 2. SET-UP GUIDELINES Logical access to the DEP Platform allows the execution of the security services provided. Atos Worldline suggests to limit the logical and physical accessibility to the DEP Platform, e.g. in a computer room with access control and with access to the DEP Platform only for the staff needing it. If the DEP Platform is connected to a host that needs access to the security services of the DEP Crypto Modules, Atos Worldline suggests using a point-to-point connection between the host and the DEP Platform. It is the task of the Customer s Host Programmer to ensure that only the applications that are authorized to use the available security services have access to the logical connection(s) with the DEP Platform containing the DEP Crypto Modules.

7 Atos Worldline - Technology & Products / Engineering / DEP Page: 7/10 3. PROGRAMMING GUIDELINES The communication protocol that is used to communicate with the DEP Platform is described in the document DEP Host Interface Protocol. The commands asking (cryptographic) functions to the DEP are sent in DS2, DS3 or DS4 format. The format DS2 is described in the document DEP Host Interface Protocol, and a full description of the DS3 and DS4 formats can be found in the document DEP DS3 and DS4 Principles. A list of the functions/interfaces that is available for specific Application Software, together with the details given in the manual of the dedicated Application Software. Either the list of interfaces is available in the Integration Manual of the dedicated Application Software and the details are specified in the complete Detailed Functional Specifications document of each library available in the Application Software, Or there is one document describing all the interfaces in detail available in the Application Software (Detailed Functional Specification document at Application Software level).

8 Atos Worldline - Technology & Products / Engineering / DEP Page: 8/10 4. OTHER SECURITY GUIDELINES The Customer s Host Programmer must interpret the interfaces available in the Application Software and use them securely. This strongly depends on the security services that are available. Because Atos Worldline also implements international standard algorithms, Atos Worldline cannot be responsible for the weakness of the algorithm (e.g. collisions in some standardized hashing algorithm). It is the task of the Customer s Host Programmer to: When data has to be encrypted by the DEP Crypto Module, the correct clear data has to be sent to the DEP Crypto Module. When data has to be decrypted by the DEP Crypto Module, the confidentiality of the clear data has to be guaranteed. When the DEP Crypto Module has to provide data integrity, send the correct data to the DEP Crypto Module. When data integrity has to be checked by the DEP Crypto Module, guarantee that the answer of the integrity check is not modified. When the DEP Crypto Module has to provide non-repudiation, send the correct data to the DEP Crypto Module. When non-repudiation has to be checked by the DEP Crypto Module, guarantee that the answer of the non-repudiation check is not modified. When cryptographic keys are sent to the DEP Crypto Module, guarantee that the cryptographic keys are strong.

9 Atos Worldline - Technology & Products / Engineering / DEP Page: 9/10 5. LOAD BALANCING AND FAILOVER GUIDELINES This chapter describes best practices for Distributing the host workload across multiple DEP platforms for guaranteeing optimal DEP response times; Detecting that a DEP platform is unavailable to inform operators that they must solve the problem thus guaranteeing fast recovery of the DEP platform; Detecting that a DEP platform is available again after having been unavailable. The best practices described below are for DEP Platforms that are connected to a host that implements that provides so called DEP router or DEP handler services to its applications. 1. Initialize the host application with configuration parameters such as o IP addresses of the DEP platforms that are available for the host, o The number of DEP/PCI cards that are present in each DEP platform, o Time out; this can be global to all DEP platforms. The time out that is set on the host should be bigger than the time out on the DEP Platform. 2. When the host application is initialized o For every IP address, initialize multiple connections on the DEP platform. A DEP platform accepts a maximum of 128 connections; however from a certain number of connections, there is no performance gain anymore. The threshold is different for every application and can only be known by testing. Typically, 2 to 4 connections on a DEP platform with 1 DEP/PCI card and 4 to 8 connections on a DEP platform with 2 DEP/PCI cards is a good guideline. o Distribute the host workload across the connections, for example by means of the round-robin algorithm, see 3. Use the EDP protocol and address the pool by setting the device address to 0x00 (see DEP Host Interface protocol ). For DEP platforms that are equipped with 2 PCI cards, the DEP platform will itself distribute the host requests to the PCI card that is free. 4. When a DEP Platform returns an error code (see DEP Host Interface protocol to understand the different error types) or when it doesn t respond in the preconfigured time out, the host may decide to close the connections related to that DEP Platform. o From Venus 4.2.7, a DEP Platform that is equipped with 2 DEP/PCI cards returns only once an error to the host and then routes all new host requests to the DEP/PCI card that is still available, this means that the DEP Platform remains available for the host but it behaves as if only 1 DEP/PCI card is present. o For Venus versions below 4.2.7, the DEP Platform doesn t distinguish between DEP/PCI cards that are available or not and keeps on sending the host requests to both cards, this means that the host will continue to receive error messages. In the latter the host may decide to route the host requests to individual DEP/PCI cards by setting the device address

10 Atos Worldline - Technology & Products / Engineering / DEP Page: 10/10 to 0x01 or 0x02, depending on the DEP/PCI card that returned an error. 5. The host may keep track of all DEP Platforms that are unavailable and check regularly (the time interval could be set with a global parameter) whether the platform is available again. o When the host was unavailable because of DEP connectivity problems (e.g. time-out) the host may send for example an I_STD_ECHO command. When a valid response is received, the connections can be used again for applicative messages. o When the host was unavailable because of DEP applicative problems (e.g. a key that is not present in the key table) the host may send an applicative message but when still unavailable, the same message should be sent to another connection, otherwise too many transactions would fail.

DEP Documentation DEP/EM User Manual

DEP Documentation DEP/EM User Manual Haachtsesteenweg 1442 1130 Brussels Belgium DEP Documentation DEP/EM User Manual Version: 04.00 Atos Worldline - Technology & Products / Engineering / DEP Page: 2/19 Version Management Report Version Name(s)

More information

DEP Documentation DEP ATOS Worldline Security Officer Guide

DEP Documentation DEP ATOS Worldline Security Officer Guide Haachtsesteenweg 1442 1130 Brussels Belgium DEP Documentation DEP ATOS Worldline Security Officer Guide ATOS Worldline - Technologies & Products Page: 2/31 Version Management Report Version Name(s) Date

More information

DEP RSA Key Loading Program User Manual

DEP RSA Key Loading Program User Manual Technologies & Products Haachtsesteenweg 1442 1130 Brussels Belgium DEP Documentation DEP RSA Key Loading Program User Manual Version: 03.04 banksys - Technologies & Products Page: 2/45 Version Management

More information

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 7 Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 All information herein is either public information or is the property of and owned

More information

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover

SA Server 2.0. Application Note : Evidian SafeKit 7.0.4, Failover SA Server 2.0 Application Note : Evidian SafeKit 7.0.4, Failover ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries

More information

Terms & Conditions. Introduction. The following terms and conditions govern your use of this website (VirginiaHomeRepair.com).

Terms & Conditions. Introduction. The following terms and conditions govern your use of this website (VirginiaHomeRepair.com). Terms & Conditions Introduction. The following terms and conditions govern your use of this website (VirginiaHomeRepair.com). Your use of this website and Content as defined below constitutes your acceptance

More information

Terms and Conditions

Terms and Conditions Terms and Conditions 1. About Us 1.1 www.phonefinder.co.za ("the Website") Phonefinder is an online cellular lead generation website, which enables users ("you, your") to enter their contact information

More information

CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT

CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT CITRIX SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE DOWNLOADING, INSTALLING OR USING CITRIX OR CITRIX-SUPPLIED SOFTWARE. BY DOWNLOADING OR INSTALLING

More information

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide

Dell Spotlight on Active Directory 6.8.3. Server Health Wizard Configuration Guide Dell Spotlight on Active Directory 6.8.3 Server Health Wizard Configuration Guide 2013 Dell Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista

Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista Application Note Gemalto Access Client for windows smart card and EFS on Microsoft Windows Vista nicolas.bataille@gemalto.com hassen.frikha@gemalto.com November 2007 www.gemalto.com All information herein

More information

If you do not wish to agree to these terms, please click DO NOT ACCEPT and obtain a refund of the purchase price as follows:

If you do not wish to agree to these terms, please click DO NOT ACCEPT and obtain a refund of the purchase price as follows: IMPORTANT: READ THIS AGREEMENT CAREFULLY. THIS IS A LEGAL AGREEMENT BETWEEN AVG TECHNOLOGIES CY, Ltd. ( AVG TECHNOLOGIES ) AND YOU (ACTING AS AN INDIVIDUAL OR, IF APPLICABLE, ON BEHALF OF THE INDIVIDUAL

More information

Rethinking Schools Limited Institutional Site License

Rethinking Schools Limited Institutional Site License Rethinking Schools Limited Institutional Site License This License Agreement ( License ) is entered into the day of [20 ] ( Effective Date ) between Rethinking Schools Limited, a Wisconsin Corporation,

More information

APPLICATION NOTE. Secure Personalization with Transport Key Authentication. ATSHA204A, ATECC108A, and ATECC508A. Introduction.

APPLICATION NOTE. Secure Personalization with Transport Key Authentication. ATSHA204A, ATECC108A, and ATECC508A. Introduction. APPLICATION NOTE Secure Personalization with Transport Key Authentication ATSHA204A, ATECC108A, and ATECC508A Introduction The Atmel CryptoAuthentication ATSHA204A, ATECC108A, and ATECC508A devices (crypto

More information

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration

Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration Dell One Identity Cloud Access Manager 8.0 - How to Configure vworkspace Integration February 2015 This guide describes how to configure Dell One Identity Cloud Access Manager to communicate with a Dell

More information

Therm-App Software Development Kit License Agreement

Therm-App Software Development Kit License Agreement Therm-App Software Development Kit License Agreement 1. Introduction 1.1 Opgal is providing you with the Therm-App Software Development Kit intended for Android application developers (referred to in this

More information

All copyright, trade mark, design rights, patent and other intellectual property rights (registered or unregistered) in the Content belongs to us.

All copyright, trade mark, design rights, patent and other intellectual property rights (registered or unregistered) in the Content belongs to us. LEO Pharma Terms of use We/ Us/ Our You/Your Website Content LEO Laboratories Limited a company registered in the United kingdom under number 662129) known as LEO Pharma (LEO Pharma) and companies affiliated

More information

SUBSCRIPTION SERVICES.

SUBSCRIPTION SERVICES. SUSE Manager Server SUSE Manager Server with Database SUSE Software License Agreement PLEASE READ THIS AGREEMENT CAREFULLY. BY PURCHASING, INSTALLING AND/OR USING THE SOFTWARE (INCLUDING ITS COMPONENTS),

More information

ALPHA TEST LICENSE AGREEMENT

ALPHA TEST LICENSE AGREEMENT ALPHA TEST LICENSE AGREEMENT IMPORTANT NOTICE! PLEASE READ THIS STATEMENT AND THE ALPHA TEST LICENSE AGREEMENT COMPLETELY BEFORE USING THIS ALPHA SOFTWARE. BY CLICKING ON THE BUTTON MARKED YES BELOW OR

More information

CKEditor for Drupal License Agreement

CKEditor for Drupal License Agreement CKEditor for Drupal License Agreement Version 1.0, November 2011 This document ( Agreement ) is a legal agreement between You, either an individual or a Legal Entity, and CKSource Frederico Knabben ( CKSource

More information

REPAIR SERVICES AND PROCESSING FEES.

REPAIR SERVICES AND PROCESSING FEES. BLACKBERRY PLAYBOOK REPAIR SERVICE TERMS AND CONDITIONS THESE BLACKBERRY PLAYBOOK REPAIR SERVICE TERMS AND CONDITIONS (THIS AGREEMENT ) FORM A LEGAL AGREEMENT BETWEEN YOU INDIVIDUALLY, OR IF YOU ARE AUTHORIZED

More information

TERMS and CONDITIONS OF USE - NextSTEPS TM

TERMS and CONDITIONS OF USE - NextSTEPS TM TERMS and CONDITIONS OF USE - NextSTEPS TM DATED MARCH 24, 2014. These terms and conditions of use (the Terms and Conditions ) govern your use of the website known as NextSTEPS TM, https://www.stepsonline.ca/

More information

Provider secure web portal & Member Care Information portal Registration Form

Provider secure web portal & Member Care Information portal Registration Form Provider secure web portal & Member Care Information portal Registration Form Thank you for your interest in registering for the Aetna Better Health Provider Secure Web Portal and the Aetna Better Health

More information

You are authorised to view and download one copy to a local hard drive or disk, print and make copies of such printouts, provided that:

You are authorised to view and download one copy to a local hard drive or disk, print and make copies of such printouts, provided that: Terms of Use The Standard Bank of South Africa Limited ( Standard Bank ) maintains this demonstration trading platform (the "Demo Trading Platform") and the virtual services/products ("Virtual Services")

More information

DEP Documentation DEP Glossary

DEP Documentation DEP Glossary Haachtsesteenweg 1442 1130 Brussels Belgium DEP Documentation DEP Glossary Version: 04.00 Atos Worldline - Technology & Products / Engineering / DEP Page: 2/29 Version Management Report Version Name(s)

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS These Terms and Conditions are applicable to the use of this website (the Website ), regardless of how You accessed it. You or any derivation thereof, as used herein refers to a user

More information

WORKFLOW INTEGRATOR INSTALLATION GUIDE

WORKFLOW INTEGRATOR INSTALLATION GUIDE WORKFLOW INTEGRATOR INSTALLATION GUIDE Introduction Welcome to Parity Software s Workflow Integrator! Workflow Integrator addresses the business demand for easy to use SharePoint integration as well the

More information

Provider Web Portal Registration Form

Provider Web Portal Registration Form Provider Web Portal Registration Form Thank you for your interest in registering for the Maryland Physicians Care provider web portal. Maryland Physicians Care is committed to protecting the privacy of

More information

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes

BlackBerry Business Cloud Services. Version: 6.1.7. Release Notes BlackBerry Business Cloud Services Version: 6.1.7 Release Notes Published: 2015-04-02 SWD-20150402141754388 Contents 1 Related resources...4 2 What's new in BlackBerry Business Cloud Services 6.1.7...

More information

DIGIPASS CertiID. Getting Started 3.1.0

DIGIPASS CertiID. Getting Started 3.1.0 DIGIPASS CertiID Getting Started 3.1.0 Disclaimer Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis, without any other warranties, or conditions, express

More information

Quartz Legal Terms and Conditions

Quartz Legal Terms and Conditions Quartz Legal Terms and Conditions 1. USE OF THIS WEBSITE: This website is owned and operated by Domaine Pinnacle Inc. (collectively hereafter "Site Owner"). Your use of this website is subject to the following

More information

Web site Terms and Conditions

Web site Terms and Conditions Web site Terms and Conditions Welcome to www.discipleshomemissions.org, the Web site of Div. of Homeland Ministries (d.b.a. Disciples Home Missions [DHM]), Indianapolis, Indiana. DHM and its affiliates

More information

Web Site Development Agreement

Web Site Development Agreement Web Site Development Agreement 1. Parties; Effective Date. This Web Site Development Agreement ( Agreement ) is between Plug-N-Run, its affiliates, (including but not limited to USA Financial, USA Financial

More information

New Security Features

New Security Features New Security Features BlackBerry 10 OS Version 10.3.1 Published: 2014-12-17 SWD-20141211141004210 Contents About this guide... 4 Advanced data at rest protection... 5 System requirements... 6 Managing

More information

"Certification Authority" means an entity which issues Certificates and performs all of the functions associated with issuing such Certificates.

Certification Authority means an entity which issues Certificates and performs all of the functions associated with issuing such Certificates. QUICKSSL PREMIUM(tm) SUBSCRIBER AGREEMENT Please read the following agreement carefully. By submitting an application to obtain a QuickSSL Premium(tm) Certificate and accepting and using such certificate,

More information

Copyright 2006. Sagicor Life Insurance Company. All rights reserved.

Copyright 2006. Sagicor Life Insurance Company. All rights reserved. Terms & Conditions Welcome to Sagicor Life Insurance Company ( Sagicor ). Sagicor maintains this website for your personal information, education and communication. Your access to and use of this website

More information

TERMS & CONDITIONS. Introduction

TERMS & CONDITIONS. Introduction Introduction This web site and the related web sites contained herein (collectively, the Site ) make available information on hotels, resorts, and other transient stay facilities (each a Property ) owned,

More information

Terms & Conditions Template

Terms & Conditions Template Terms & Conditions Template AGREEMENT BETWEEN USER AND [INSERT NAME] [INSERT NAME] Web Site is comprised of various Web pages operated by [INSERT NAME]. The [INSERT NAME] Web Site is offered to you conditioned

More information

Configuring a GB-OS Site-to-Site VPN to a Non-GTA Firewall

Configuring a GB-OS Site-to-Site VPN to a Non-GTA Firewall Configuring a GB-OS Site-to-Site VPN to a Non-GTA Firewall S2SVPN201102-02 Global Technology Associates 3505 Lake Lynda Drive Suite 109 Orlando, FL 32817 Tel: +1.407.380.0220 Fax. +1.407.380.6080 Email:

More information

Application Note. Gemalto s SA Server and OpenLDAP

Application Note. Gemalto s SA Server and OpenLDAP Application Note Gemalto s SA Server and OpenLDAP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall

More information

PLEASE READ THESE TERMS AND CONDITIONS OF USE CAREFULLY. THESE TERMS AND CONDITIONS MAY HAVE CHANGED SINCE USER S LAST VISIT TO THIS SITE.

PLEASE READ THESE TERMS AND CONDITIONS OF USE CAREFULLY. THESE TERMS AND CONDITIONS MAY HAVE CHANGED SINCE USER S LAST VISIT TO THIS SITE. Visit Lake Norman Lake Norman Convention & Visitors Bureau 19900 West Catawba Avenue, Suite 102 Cornelius, North Carolina 28031 704-987-3300 visitlakenorman.org TERMS AND CONDITIONS Visit Lake Norman (Lake

More information

Transglobal Secure Collaboration Program Secure E-mail v.1 Gateway Design Principles

Transglobal Secure Collaboration Program Secure E-mail v.1 Gateway Design Principles Transglobal Secure Collaboration Program Secure E-mail v.1 Gateway Design Principles Prepared by: CP Secure E-mail v.1 Project Team Version: 2.0.2 Date: 16 July 2012 Page i Copyright 2012 Transglobal Secure

More information

Terms and Conditions

Terms and Conditions Terms and Conditions Website Use www.sweetpbakeshop.com Topco Associates, LLC, a Delaware limited liability company, headquartered at 150 Northwest Point Blvd., Elk Grove, IL 60007 ( Company, we or us

More information

ZIMPERIUM, INC. END USER LICENSE TERMS

ZIMPERIUM, INC. END USER LICENSE TERMS ZIMPERIUM, INC. END USER LICENSE TERMS THIS DOCUMENT IS A LEGAL CONTRACT. PLEASE READ IT CAREFULLY. These End User License Terms ( Terms ) govern your access to and use of the zanti and zips client- side

More information

Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated

Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated Dell Migration Manager for Enterprise Social What Can and Cannot Be Migrated MMES - What Can and Cannot Be Migrated First Release - April 2015 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary

More information

ELKHART COUNTY BOARD OF REALTORS AND MULTIPLE LISTING SERVICE OF ELKHART COUNTY INC. VIRTUAL OFFICE WEBSITE (VOW) LICENSE AGREEMENT

ELKHART COUNTY BOARD OF REALTORS AND MULTIPLE LISTING SERVICE OF ELKHART COUNTY INC. VIRTUAL OFFICE WEBSITE (VOW) LICENSE AGREEMENT ELKHART COUNTY BOARD OF REALTORS AND MULTIPLE LISTING SERVICE OF ELKHART COUNTY INC. VIRTUAL OFFICE WEBSITE (VOW) LICENSE AGREEMENT This License Agreement (the Agreement) is made and entered into between

More information

BlackBerry Enterprise Server. BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4.

BlackBerry Enterprise Server. BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4. BlackBerry Enterprise Server BlackBerry Administration Service Roles and Permissions Version: 5.0 Service Pack: 4 Reference Guide Published: 2013-03-28 SWD-20130328143914668 Contents 1 Administrative s

More information

TERMS OF USE & GENERAL PRIVACY POLICY

TERMS OF USE & GENERAL PRIVACY POLICY TERMS OF USE & GENERAL PRIVACY POLICY BETWEEN: MEDICAL ANSWERING SERVICES, LLC AND COMPANY NAME Medical Answering Services, LLC values your trust and our relationships with our clientele - so we take great

More information

CENTRAL SAVINGS BANK BUSINESS INTERNET BANKING AGREEMENT

CENTRAL SAVINGS BANK BUSINESS INTERNET BANKING AGREEMENT CENTRAL SAVINGS BANK BUSINESS INTERNET BANKING AGREEMENT This Business Internet Banking Agreement ( Agreement ) contains the terms and conditions governing your use of Central Savings Bank s ( Bank ) Business

More information

Total Disaster Recovery in Clustered Storage Servers

Total Disaster Recovery in Clustered Storage Servers Tech Sheet Total Disaster Recovery in Clustered Storage Servers 1 Copyright 1998-2009 American Megatrends, Inc. All rights reserved. American Megatrends, Inc. 5555 Oakbrook Parkway, Building 200 Norcross,

More information

Privacy Policy and Terms of Use

Privacy Policy and Terms of Use Privacy Policy and Terms of Use Pencils of Promise, Inc. ( PoP, we, us or our ) shares your concern about the protection of your personal information online. This Privacy Policy and Terms of Use ( Policy

More information

Terms of Use Mercer BenefitsCentral SM

Terms of Use Mercer BenefitsCentral SM Terms of Use Mercer BenefitsCentral SM This page provides important information regarding the scope, duration and terms of any insurance or service you may obtain or apply for on this website ( Service

More information

AccelPro SSL VPN v3.1.9 AccelPro SSL VPN. End User Installation Guide for Director General Of Hydro Carbon Users

AccelPro SSL VPN v3.1.9 AccelPro SSL VPN. End User Installation Guide for Director General Of Hydro Carbon Users AccelPro SSL VPN v3.1.9 AccelPro SSL VPN End User Installation Guide for Director General Of Hydro Carbon Users AccelPro Technologies makes no warranty of any kind with regard to this manual, including,

More information

E-Sign Disclosure & E-Statements Terms and Conditions

E-Sign Disclosure & E-Statements Terms and Conditions (888) 734-4567 info@allianceassociationbank.com www.allianceassociationbank.com E-Sign Disclosure & E-Statements Terms and Conditions E-Sign Disclosure Alliance Association Bank is a division of Western

More information

GlaxoSmithKline Single Sign On Portal for ClearView and Campaign Tracker - Terms of Use

GlaxoSmithKline Single Sign On Portal for ClearView and Campaign Tracker - Terms of Use GlaxoSmithKline Single Sign On Portal for ClearView and Campaign Tracker - Terms of Use IMPORTANT! YOUR REGISTRATION AND USE OF THIS GlaxoSmithKline Single Sign On Portal for ClearView and Campaign Tracker

More information

Collaborative and Agile Project Management

Collaborative and Agile Project Management Collaborative and Agile Project Management The Essentials Series sponsored by Introduction to Realtime Publishers by Don Jones, Series Editor For several years now, Realtime has produced dozens and dozens

More information

WEBSITE TERMS & CONDITIONS. Last updated March 27, 2015

WEBSITE TERMS & CONDITIONS. Last updated March 27, 2015 WEBSITE TERMS & CONDITIONS Last updated March 27, 2015 1. Introduction and Acceptance of Terms & Conditions Running Away Enterprises, LLC, a Delaware limited liability company d/b/a Enmotive ( us, we,

More information

VIRTUAL OFFICE WEBSITE LICENSE AGREEMENT

VIRTUAL OFFICE WEBSITE LICENSE AGREEMENT Florida Keys Multiple Listing Service, Inc. VIRTUAL OFFICE WEBSITE LICENSE AGREEMENT Florida Keys MLS, Inc. 92410 Overseas Hwy, Ste. 11 Tavernier FL 33070 305-852-92940 305-852-0716 (fax) www.flexmls.com

More information

4. Included Setup and Options i. Initial phone consultation on your setup and call flow as outlined below. 1. PBX 50-30 Minutes 2. PBX 100 45 Minutes

4. Included Setup and Options i. Initial phone consultation on your setup and call flow as outlined below. 1. PBX 50-30 Minutes 2. PBX 100 45 Minutes Sangoma Technologies POMPs UP and Running Terms of Service 1. Definitions i. Customer or End User means the end customer who has hired us and agrees to these terms. ii. We, Us or Sangoma refers to Sangoma

More information

We suggest you retain a copy of these End User Terms of Use for your records.

We suggest you retain a copy of these End User Terms of Use for your records. END USER TERMS OF USE The use of Incident Response Technologies Inc. s ("IRT") Software is offered to you upon your acceptance of these End User Terms of Use. By using IRT s software (the Software ), you

More information

How To Use Merrimack Web Site

How To Use Merrimack Web Site TERMS AND CONDITIONS OF USE PLEASE READ THESE TERMS AND CONDITIONS OF USE CAREFULLY. THESE TERMS AND CONDITIONS OF USE MAY HAVE CHANGED SINCE YOUR LAST VISIT TO THIS WEB SITE. BY USING THIS WEB SITE, YOU

More information

AGREEMENT BETWEEN USER AND Global Clinical Research Management, Inc.

AGREEMENT BETWEEN USER AND Global Clinical Research Management, Inc. AGREEMENT BETWEEN USER AND Global Clinical Research Management, Inc. The Global Clinical Research Management, Inc. Web Site is comprised of various Web pages operated by Global Clinical Research Management,

More information

By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below.

By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below. By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below. 1. How It Works International Checkout Inc. ( we / us ) has agreements

More information

Website TERMS OF USE AND CONDITIONS

Website TERMS OF USE AND CONDITIONS Website TERMS OF USE AND CONDITIONS Welcome to the Adult & Pediatric Dermatology, p.c. ( APDerm ) website. These Terms of Use and Conditions ( Terms ) govern your use of the APDerm ( our ) website ( Site

More information

MRMLS LISTING INFORMATION LICENSE AGREEMENT

MRMLS LISTING INFORMATION LICENSE AGREEMENT MRMLS LISTING INFORMATION LICENSE AGREEMENT (MRMLS data feed to Affiliated VOW Partner) This Listing Information License Agreement (the Agreement ) is made and entered into by and between MULTI REGIONAL

More information

Affiliate means a legal entity that is owned by or under common ownership with Stratus Technologies Ireland Limited.

Affiliate means a legal entity that is owned by or under common ownership with Stratus Technologies Ireland Limited. STRATUS TECHNOLOGIES IRELAND LIMITED ( STRATUS ) END-USER LICENSE AGREEMENT AND SOFTWARE SUPPORT TERMS AND CONDITIONS FOR STRATUS everrun SOFTWARE PRODUCTS Please read this end user license agreement ("EULA")

More information

Organized, Hybridized Network Monitoring

Organized, Hybridized Network Monitoring Organized, Hybridized Network Monitoring Use a combination of technologies and organizational techniques to master complex network monitoring Abstract In the world of network monitoring, you re basically

More information

CO-MARKETING AGREEMENT

CO-MARKETING AGREEMENT CO-MARKETING AGREEMENT This CO-MARKETING AGREEMENT ( Agreement ) between [full legal name], a [entity type and state] ( Company1 ) and [full legal name], a Delaware corporation ( Company2 ) is effective

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud

Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud Dell One Identity Cloud Access Manager 8.0 - How To Deploy Cloud Access Manager in a Virtual Private Cloud February 2015 This guide describes how to deploy Dell One Identity Cloud Access Manager within

More information

SAMPLE RETURN POLICY

SAMPLE RETURN POLICY DISCLAIMER The sample documents below are provided for general information purposes only. Your use of any of these sample documents is at your own risk, and you should not use any of these sample documents

More information

LETTER OF INTENT FOR BUSINESS TRANSACTION & GUIDELINES

LETTER OF INTENT FOR BUSINESS TRANSACTION & GUIDELINES & GUIDELINES Included: Overview Dos and Don ts Checklist Letter of Intent for Business Transaction Instructions Sample Letter of Intent for Business Transaction 1. Overview Before settling on the final

More information

END USER LICENSE AGREEMENT FOR SLICKEDIT(R) CORE SOFTWARE IMPORTANT

END USER LICENSE AGREEMENT FOR SLICKEDIT(R) CORE SOFTWARE IMPORTANT END USER LICENSE AGREEMENT FOR SLICKEDIT(R) CORE SOFTWARE IMPORTANT THIS IS A LEGAL AGREEMENT BETWEEN YOU ("You" or "Your") AND SLICKEDIT INC. ("SlickEdit"). SLICKEDIT IS WILLING TO (1) LICENSE THE SLICKEDIT

More information

"Owner" "Designer" 1. Description of the Services. "Website" Schedule A "Services" 2. Design Team. "Design Team" 3. Term / Scheduling.

Owner Designer 1. Description of the Services. Website Schedule A Services 2. Design Team. Design Team 3. Term / Scheduling. The following outlines the terms of service by and between the CLIENT (the "Owner") and Made Right Media (the "Designer"), of 720 W. Idaho St. #32, Boise, Idaho 83702. 1. Description of the Services. The

More information

The name of the Contract Signer (as hereinafter defined) duly authorized by the Applicant to bind the Applicant to this Agreement is.

The name of the Contract Signer (as hereinafter defined) duly authorized by the Applicant to bind the Applicant to this Agreement is. Trustwave Subscriber Agreement for Digital Certificates Ver. 11JUL14 PLEASE READ THIS AGREEMENT AND THE TRUSTWAVE CERTIFICATION PRACTICES STATEMENTS ( CPS ) CAREFULLY BEFORE USING THE CERTIFICATE ISSUED

More information

AGREEMENT BETWEEN USER AND International Network of Spinal Cord Injury Nurses

AGREEMENT BETWEEN USER AND International Network of Spinal Cord Injury Nurses AGREEMENT BETWEEN USER AND International Network of Spinal Cord Injury Nurses The International Network of Spinal Cord Injury Nurses Web Site is comprised of various Web pages operated by International

More information

New Security Features

New Security Features New Security Features BlackBerry 10 OS Version 10.3.2 Published: 2015-06-08 SWD-20150608104314635 Contents About this guide... 4 What's new... 4 NFC smart card support... 5 OCSP stapling support in the

More information

User Agreement. Quality. Value. Efficiency.

User Agreement. Quality. Value. Efficiency. User Agreement Quality. Value. Efficiency. Welcome to QVuE, the Leaders Network on Quality, Value and Efficiency website sponsored by The Medicines Company. The information provided in this Webinar Series

More information

PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT.

PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. Access Governance Suite 6 Lifecycle Manager 6 Compliance Manager 6 Software License Agreement PLEASE READ THIS AGREEMENT CAREFULLY. BY INSTALLING, DOWNLOADING OR OTHERWISE USING THE SOFTWARE, YOU AGREE

More information

ADDENDUM ThomasNet Mirrored Site Program

ADDENDUM ThomasNet Mirrored Site Program ADDENDUM ThomasNet Mirrored Site Program This Addendum by the undersigned Client ( Client ) is incorporated into and made part of the agreement(s) by and between Client and Thomas Industrial Network, Inc.

More information

The Credit Control, LLC Web Site is comprised of various Web pages operated by Credit Control, LLC.

The Credit Control, LLC Web Site is comprised of various Web pages operated by Credit Control, LLC. TERMS OF USE AGREEMENT BETWEEN USER AND Credit Control, LLC The Credit Control, LLC Web Site is comprised of various Web pages operated by Credit Control, LLC. The Credit Control, LLC Web Site is offered

More information

TERMS & CONDITIONS: LIMITED LICENSE:

TERMS & CONDITIONS: LIMITED LICENSE: TERMS & CONDITIONS: The use of any product, service or feature (the "Materials") available through the internet websites accessible at 4tellus.com, ("Website") by any user of the Website ("You" or "Your"

More information

Terms of Service. 1. Acceptance Of Terms. 2. Use Of Customer Information And Privacy Policy. 3. Ownership Of Site Content

Terms of Service. 1. Acceptance Of Terms. 2. Use Of Customer Information And Privacy Policy. 3. Ownership Of Site Content Terms of Service 1. Acceptance Of Terms IT4Professionals is an Internet-based Web site that offers webdesign, domain name registration, hosting, dynamic DNS, email and sms marketing, PC services and software

More information

Boundary Encryption.cloud Deployment Process Overview

Boundary Encryption.cloud Deployment Process Overview Boundary Encryption.cloud Deployment Process Overview Boundary Encryption.cloud Deployment Process Overview Documentation version: 1.0 Legal Notice Legal Notice Copyright 2011 Symantec Corporation. All

More information

Jozii LLC WEBSITE TERMS OF SERVICE

Jozii LLC WEBSITE TERMS OF SERVICE Jozii LLC WEBSITE TERMS OF SERVICE 1. Acceptance of Terms. Welcome to Jozii. By using our Internet website, you indicate your unconditional acceptance of the following Terms of Service. Please read them

More information

GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE

GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE GENOA, a QOL HEALTHCARE COMPANY WEBSITE TERMS OF USE IF YOU HAVE A MEDICAL EMERGENCY, YOU ARE INSTRUCTED IMMEDIATELY TO CALL EMERGENCY PERSONNEL (911). DO NOT RELY ON THIS WEBSITE OR THE INFORMATION PROVIDED

More information

IP Tunnels September 2014

IP Tunnels September 2014 IP Tunnels September 2014 Table of Contents 1. Introduction... 1 1.1. About this Document... 1 1.2. Concept... 1 2. Configuration and Parameters... 2 VASCO Data Security 2014 ii VASCO Products VASCO Data

More information

CA Nimsoft Monitor. Probe Guide for Internet Control Message Protocol Ping. icmp v1.1 series

CA Nimsoft Monitor. Probe Guide for Internet Control Message Protocol Ping. icmp v1.1 series CA Nimsoft Monitor Probe Guide for Internet Control Message Protocol Ping icmp v1.1 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes

More information

Partners in Care Welch Allyn Connex Software Development Kit License Agreement

Partners in Care Welch Allyn Connex Software Development Kit License Agreement This Software Development Kit End User ( Agreement ) is between Welch Allyn, Inc. ( Welch Allyn ) and the Customer identified in the purchase order ( Customer or You ), and it governs the Software Development

More information

How To Use The Blog Safely And Responsibly

How To Use The Blog Safely And Responsibly BLOG PROTOCOL DRI maintains this site (the "Site") for your personal entertainment, information, education, and communication. Please feel free to browse the Site. You may not download material displayed

More information

Web Security Firewall Setup. Administrator Guide

Web Security Firewall Setup. Administrator Guide Web Security Firewall Setup Administrator Guide Web Security Firewall Setup Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec,

More information

Service Agreement: January 2008

Service Agreement: January 2008 International Consultants in Medicine Service Agreement: January 2008 Prior to enrolling in the service as a Member of any degree, you must agree to the following terms and conditions. You may accept these

More information

Revised 10/13 SUBSCRIBER AGREEMENT. Introduction

Revised 10/13 SUBSCRIBER AGREEMENT. Introduction SUBSCRIBER AGREEMENT Introduction This Agreement (the "Agreement") sets forth the terms and conditions under which Consolidated Companies, Inc., together with any affiliate and/or distribution partner

More information

Statement of Work. for. Online Event Registration Product Deployment for Salesforce Implementation. for. Open Web Application Security Project (OWASP)

Statement of Work. for. Online Event Registration Product Deployment for Salesforce Implementation. for. Open Web Application Security Project (OWASP) Statement of Work for Online Event Registration Product Deployment for Salesforce Implementation for Open Web Application Security Project (OWASP) July 9, 2010 TABLE OF CONTENTS INTRODUCTION... 3 SCOPE...

More information

Application Note. Intelligent Application Gateway with SA server using AD password and OTP

Application Note. Intelligent Application Gateway with SA server using AD password and OTP Application Note Intelligent Application Gateway with SA server using AD password and OTP ii Preface All information herein is either public information or is the property of and owned solely by Gemalto

More information

Beyond the Hype: Advanced Persistent Threats

Beyond the Hype: Advanced Persistent Threats Advanced Persistent Threats and Real-Time Threat Management The Essentials Series Beyond the Hype: Advanced Persistent Threats sponsored by Dan Sullivan Introduction to Realtime Publishers by Don Jones,

More information

Dell InTrust 11.0. Preparing for Auditing Cisco PIX Firewall

Dell InTrust 11.0. Preparing for Auditing Cisco PIX Firewall 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Remote Firewall Deployment

Remote Firewall Deployment StoneGate How-To Remote Firewall Deployment StoneGate Firewall 3.0 and Management Center 3.5 Table of Contents The Scenario............................... page 3 Adjusting the Access Rules and NAT rules..........

More information

Managing for the Long Term: Keys to Securing, Troubleshooting and Monitoring a Private Cloud

Managing for the Long Term: Keys to Securing, Troubleshooting and Monitoring a Private Cloud Deploying and Managing Private Clouds The Essentials Series Managing for the Long Term: Keys to Securing, Troubleshooting and Monitoring a Private Cloud sponsored by Managing for the Long Term: Keys to

More information

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS

IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE ONLINE SUBSCRIPTIONS TERMS AND CONDITIONS IICLE Online Library, IICLE Online CLE, and IICLE Online All Access subscriptions are accepted and approved with the understanding that the Subscriber has

More information