USAFE API ReadMe. Who Should Read This Document? Building the USAFE Sample. Using the.mak File. Using the.dsw File

Size: px
Start display at page:

Download "USAFE API ReadMe. Who Should Read This Document? Building the USAFE Sample. Using the.mak File. Using the.dsw File"

Transcription

1 USAFE API ReadMe This readme file contains information about the USAFE (User s Secure, Authenticated Field Exchange) API functions used for field activation purposes. Who Should Read This Document? This readme file is for developers who want to create a customized field activation option for their customers rather than using the Field Activation Utility. Building the USAFE Sample The sample files are available at the following path in your Sentinel TM SuperPro installation: <installdir>\safe sample\usafe. You can make this as your current directory, or copy all the contents to your current directory. Note: <Installdir> denotes the path where the software, in context, is installed. By default installation: - On 32-bit Windows operating systems <installdir> refers to the following path: <OS Drive>\Program Files\SafeNet Sentinel\SuperPro\<version>. - On 64-bit Windows operating systems <installdir> refers to the following path: <OS Drive>\Program Files(x86)\SafeNet Sentinel\SuperPro\<version>. To build the 32-bit sample: Using the.mak File You can build the Usample example using the following command-line option: nmake /f SafeUtil.mak CFG="SafeUtil - Win32 Release" Using the.dsw File 1. Open SafeUtil.dsw in the Microsoft Visual C (or higher) workspace. 2. Now, build the SafeUtil example. Note: Before running the USAFE sample, make sure that the USAFE object (USAFE32.dll for 32-bit applications or USAFE64.dll for x64 applications.) is copied into the directory where the sample was built. USAFE API ReadMe 1

2 USAFE API Functions Using the.sln File 1. Open SafeUtil.sln in Visual Studio 2005 IDE. 2. Select Win32 from Solution Platforms drop down. 3. Build the SafeUtil example. To build the 64-bit sample: 1. Open SafeUtil.sln in Visual Studio 2005 IDE. 2. Select x64 option from Solution Platforms drop down. 3. Build the SafeUtil example. Note: The USAFE (of current version (7.1)) supports installing the software key that was generated by SuperPro 7.0. USAFE API Functions GlobalBlock The global block is a 5000 byte buffer that contains information about the serialization of a DSAFE/USAFE pair. This information is required by the SAFE API functions, so it must be initialized before any subsequent calls are made. USAFEInitGlobal This function initializes the USAFE GlobalBlock variable. Format USAFEInitGlobal ( Parameter unsigned char *GlobalBlock ); Name Direction Description GlobalBlock OUT Pointer to the initialized global block. Return Code Returns 1 which denotes SUCCESS. Else, returns an error code (other than 1) defined in the Error Codes Summary on page 9. 2 USAFE API ReadMe

3 USAFE API Functions USAFEFindRnboKey This function searches for the key and identifies its Developer ID and Serial number. The variable KeyID contains the information read from the key in encrypted form. If USAFESetSoftSSPConfig and USAFESelectSoftSSP functions have not been called before this function, this function tries to generate the Locking Code for SuperPro hardware key. If the required information is not found, it returns an error. If USAFESetSoftSSPConfig or USAFESelectSoftSSP is called, it tries to find the SuperPro software key to get the Locking Code. If the software key is not found, it returns the Locking Code containing all Host IDs (User Name, Hard Disk, and NIC) for generating the new SuperPro software key. Format RB_STATUS USAFEFindRnboKey ( unsigned char char *GlobalBlock, *keyid); Parameters Name Direction Description GlobalBlock IN A pointer to initialized global block. keyid IN The key ID string that will be passed to DSAFE. Return Code On success, returns 0. Else, returns an error code defined in the Error Codes Summary on page 9. USAFE API ReadMe 3

4 USAFE API Functions USAFEUpdateRnboKey This function updates the key found by the USAFEFindRnboKey or make unidirectional update using an update string obtained from DSAFE. If a read operation is performed or update receipt is required, the KeyIDstr variable contains a string that will be passed to DSAFE. Please note that the KeyIDstr should be initialized depending on how much information is being generated. For a SuperPro software key, this API inserts SuperPro software key into storage or updates an existing SuperPro software key. Format RB_STATUS USAFEUpdateRnboKey( unsigned char char char unsigned short *GlobalBlock, *updatestr, *KeyIDstr, *KeyIDset); Parameters Name Direction Description GlobalBlock IN A pointer to the initialized global block. updatestr IN The update string obtained from DSAFE. This string contains the commands that will be applied to the attached key. KeyIDstr OUT A pointer to the buffer that receives the data read from the key and/or the update receipt. If you want to read data from the key or request update receipt, the parameter should not be NULL. Otherwise, it can be NULL. KeyIDset OUT A pointer to a 2-byte variable that indicates whether any information was read from the SuperPro key or receipt was generated during the update. KeyIDSet value of 0 indicates that KeyIDstr doesn t contain any information. KeyIDSet value of 1 indicates that KeyIDstr contains the information that was read from the key. KeyIDSet value of 2 indicates that KeyIDstr contains the update receipt. KeyIDSet value of 3 indicates that KeyIDstr contains the information that was read from the key and the update receipt. If you want to read data from the key or request update receipt, the parameter should not be NULL. Otherwise, it can be NULL. Note: The size for initializing the KeyIDstr parameter depends on the size of information that is being generated. Return Code On success, returns 0. Else, returns an error code defined in the Error Codes Summary on page 9. 4 USAFE API ReadMe

5 USAFE API Functions USAFESetSoftSSPConfig This function defines the Host IDs that will be embedded into the Locking code output. You should call this function after calling USAFEInitGlobal. Format RB_STATUS USAFESetSoftSSPConfig( unsigned char *GlobalBlock, unsigned long dwconfig, unsigned char *purawfingerprintbuffer); Parameters Name Direction Description hdevicehandle IN A pointer to initialized global block. dwconfig IN dwconfig can contain the following values: RB_SSP_SOFT_USER_NAME_ID Include current user name ID into Locking code RB_SSP_SOFT_HARDDISK_ID Include current hard disk ID into Locking code. RB_SSP_SOFT_MAC_ID Include all MAC IDs of available network card into the Locking code purawfingerprintbuffer IN Physical address of the network card, contained in the current machine. Note: If RB_SSP_SOFT_MAC_ID is set and purawfingerprintbuffer is set to NULL, the Locking code will contain all MAC IDs of the available network card. If RB_SSP_SOFT_MAC_ID is set and purawfingerprintbuffer contains the physical address of the network card (in current machine), the Locking code will contain a specific MAC ID. Return Code On success, returns 0. Else, returns an error code defined in the Error Codes Summary on page 9. USAFE API ReadMe 5

6 USAFE API Functions USAFESelectSoftSSP The function defines which software key will be updated while generating the Locking Code. You should call this function after calling USAFEInitGlobal. Format RB_STATUS USAFESelectSoftSSP( unsigned char char *GlobalBlock, *pszlicensename, unsigned long dwsn); Parameters Name Direction Description GlobalBlock IN A pointer to the initialized global block. pszlicensename IN License name dwsn IN Serial number Using a combination of lpszlicensename and dwsn The combination of lpszlicensename and dwsn defines the search process for searching the SuperPro software key by USAFEFindRnboKey API. pszlicensename dwsn Result Null Zero Tries to find the first SuperPro software key. Not Null Nonzero Tries to find the SuperPro software key with a specific serial number and license name. Null Nonzero Tries to find the SuperPro software key with a specific serial number. Not Null Zero Tries to find the first SuperPro software key with a specific license name. Return Code On success, returns 0. Else, returns an error code defined in the Error Codes Summary on page 9. Note: If you call USAFESelectSoftSSP() without installing a software key, the generated locking code will contain all host ID options (User Name, Hard Disk, and NIC). 6 USAFE API ReadMe

7 USAFE API Functions USAFEEnumSoftSSP This function enumerates all SuperPro software keys in the machine with the same Developer ID, which is embedded into the USAFE binary file. You should call this function after calling USAFEInitGlobal. Format RB_STATUS USAFEEnumSoftSSP ( unsigned char SOFT_SSP_INFO_REC unsigned long *GlobalBlock, *psoftsspinfo, *count); Parameters Name Direction Description GlobalBlock IN A pointer to the initialized global block. psoftsspinfo OUT A pointer to a sequence of SOFT_SSP_INFO_REC structure. If psoftsspinfo =NULL, the returned count refers to the number of items that shall be allocated for the array. count IN/OUT As input, it refers to the number of SOFT_SSP_INFO_REC. As an output, it refers to the number of SOFT_SSP_INFO_REC that should be allocated. Return Code On success, returns 0. Else, returns an error code defined in the Error Codes Summary on page 9. USAFE API ReadMe 7

8 Data Structures Data Structures SOFT_SSP_INFO_REC SOFT_SSP_INFO_REC provides the software key information after calling USAFEEnumSoftSSP. typedef struct _SOFT_SSP_INFO_REC { unsigned long unsigned long char dwdevid; dwsn; szlicensename[128]; } SOFT_SSP_INFO_REC; 8 USAFE API ReadMe

9 Error Codes Summary Error Codes Summary Error Code (Decimal) Description 0 SERR_SUCCESS Success. 1 SERR_NOT_A_PROPER_PACKET The packet is corrupted. Either the Key ID string or the Update string is not valid. 2 SERR_CHKSUM_FAILED The Key ID string or the Update string have been corrupted. 3 SERR_COMMAND_NOT_IN_RANGE The Command array contained an invalid command. 4 SERR_COULD_NOT_CONVERT The string could not be converted. Either the Key ID string or the Update string is invalid. 5 SERR_ILLEGAL_COMMAND The command is not valid. 6 SERR_NOT_SAFE_FORMAT Could not decipher the string. 7 SERR_TOO_MANY_KEY_ATTACHED Too many keys are attached to the port. 8 SERR_VALUE_NOT_IN_RANGE Cell value is out of range. 9 SERR_KEY_NOT_FOUND Could not find an attached key. 10 SERR_PACKET_IS_EMPTY The SAFE packet is empty. 11 SERR_SERNUM_CORRUPTED The Serial Number is corrupted. 13 SERR_BAD_PASSWORD The Write and/or Overwrite Passwords are incorrect. 14 SERR_CREATE_RECOVERY_FAILED Unable to create the key recovery details. 16 SERR_APP_VER_TOO_OLD Application version too old. 17 SERR_PRODUCT_NOT_SUPPORTED Product version too old. 18 SERR_SUBLIC_OUT_OF_RANGE Used for NetSentinel only 19 SERR_SOFTLIM_OUT_OF_RANGE Used for NetSentinel only. 20 SERR_TOO_FEW_KEY_ATTACHED Both the keys were not attached. 21 SERR_PROD_KEY_NOT_FOUND The product key was not attached. 22 SERR_ILLEGAL_UPDATE One or more commands could not be performed. USAFE API ReadMe 9

10 Error Codes Summary Error Code (Decimal) Description 23 SERR_CHECK_DIST_KEY_FAILED Distributor key was not attached. 24 SERR_ZERO_ACTIVATIONS There are zero activations left for a particular product on the distributor key. 25 SERR_DEMO_KEY_NOT_ATTACHED Demo key is not attached. 27 SERR_SLK_NOT_ATTACHED The required key is not attached. 28 SERR_COUNTER_VALUE_TOO_HIGH The counter value cannot exceed SERR_CANT_FIND_RESOURCE Cannot find the resource from the global block. 101 SERR_NSREAD_FAILED Read failure. 102 SERR_NSWRITE_FAILED Write failure. 103 SERR_NSWRITE_FAILED_X Write failure after a successful write occurred. 104 SERR_NSFAMCODE_FAILED Family code failure. 105 SERR_NSINIT_FAILED Initialize failure. 106 SERR_NSENABLE_FAILED Password failure. Note: The codes are repeated because there are separate set of codes for SuperPro and Net Sentinel. Here SX stands for Sentinel SuperPro & NS stands for Net Sentinel. 101 SERR_SXREAD_FAILED Read failure. 102 SERR_SXWRITE_FAILED Write failure. 103 SERR_SXWRITE_FAILED_X Write failure after a successful write occurred. 104 SERR_SXDEC_FAILED Unable to decrement the counter on the key. 105 SERR_SXINIT_FAILED Initialize failure. 106 SERR_SXENABLE_FAILED Password failure. 107 SERR_SXNON_COUNTERCELL Reading a non-counter cell. 108 SERR_SXINC_FAILED Failed to increment counter cell. 10 USAFE API ReadMe

11 Error Codes Summary Error Code (Decimal) Description 110 SERR_SXQUERY_FAILED SproQuery failure. 111 SERR_SXALGO_FAILED Algorithm is inactive. Attempted query failed. 120 SERR_NOT_ENOUGH_MEMORY Not enough storage is available to process this command. 121 SERR_CODE_VER_OLD Old version Locking/License code. 122 SERR_INVALID_PARAMETER Arguments and values passed to the API function are invalid. 123 SERR_HOST_ID_ERROR The fingerprint of the machine has been changed or the license is enforced with the user name and you are using a different user name. 124 SERR_INVALID_LICENSE SuperPro software key is invalid. It can happen in the cases: The license signature is invalid. The license format is invalid. The license format is valid but some information (like Host ID) in the license is invalid. 125 SERR_LIC_RUN_TIME_ERROR License runtime failed to work due to some error. 126 SERR_LIC_MEMORY_CORRUPTED License is corrupted (like invalid cell format). 127 SERR_LIC_ALREADY_EXIST The license already exists in the system. 128 SERR_INSUFFICIENT_PERMISSIONS User has not sufficient permission to install/delete/write/read license. 129 SERR_ERR_LICENSE_IN_USE The license is in use. 130 SERR_METER_KEY_NOT_FOUND The meter key is not attached to the local machine or the driver of the meter key is not installed on the local machine. 131 SERR_METER_KEY_COUNTER_OUT The SuperPro software key generation counter is exhausted. Please contact SafeNet to order a new meter key. 132 SERR_METER_KEY_ERROR The Meter key has a problem or it is not for current Developer ID. Please contact Technical Support for assistance. 133 SERR_DEVELOPER_CODE Invalid Developer Code. 134 SERR_OS_NOT_SUPPORTED The operating system or environment is not supported by the SAFE library. For example, an attempt may have been made to install a software key on windows 98 platform. 135 SERR_SECURE_UPDATE_INVALID_PACKET The secure update packet is invalid. USAFE API ReadMe 11

12 Error Codes Summary Error Code (Decimal) Description 136 SERR_KEY_NOT_SUPPORT_AES_ALGO The key does not support AES algorithm engine. 137 SERR_SOFTWARE_KEY_NOT_SUPPORTED The USAFE DLL does not support software keys. 138 SERR_USAFE_WITHOUT_ONETIMEUPDATE Locking code is generated by a USAFE not configured with one-time update feature. 139 SERR_NOT_SECURE_SOFTWARE_KEY Locking code is generated for a simple/evaluation software key. 140 SERR_NEW_HARD_LIMIT_ILLEGAL Hard Limit count after update is illegal. 141 SERR_LICENSE_CODE_IS_ONETIME_USE License code is one-time use. 142 SERR_SECURITY_RUNTIME_NOT_DETECTED Sentinel Security Runtime was not installed or detected. Installing the secure software key or evaluation software key was not possible. Verify the Sentinel Security Runtime is correctly installed. 143 SERR_SOFTWARE_KEY_CANNOT_REINSTALL The software key cannot be re-installed. For example, you may have tried to re-install a secure software key or an evaluation software key. 144 SERR_COMMAND_CANNOT_COEXIST Some commands cannot coexist with other commands in license code, like increment hard limit command. 145 SERR_CELL_INDEX_IS_ILLEGAL Cell index parameter in some command is illegal. 146 SERR_DATE_OUT_OF_RANGE The date parameter in some command is out of range. 147 SERR_NOT_SECURE_OR_EVALUATION_SOFTWARE_KEY Locking code is generated for a simple software key. 148 SERR_DEVELOPER_CODE_NOT_SET Developer code is not set. 149 SERR_WRONG_LOCKING_CODE_TYPE Error locking code is provided. 150 SERR_ENABLE_KEY_REINSTALL_FAILED Failed to process enable key reinstall command. 151 SERR_ENABLE_DATABASE_RESTORE_FAILED Failed to process enable database restore command. 152 SERR_PRST_DATA_CORRUPT SuperPro persistence data is in a corrupted state. 153 SERR_SECURITY_RUNTIME_VERSION_MISMATCH SuperPro persistence component versions mismatch. 154 SERR_SOFT_DB_CORRUPT Software key database is in a corrupted state. 155 SERR_SOFT_DB_RESTORE_DETECTED Software key database has been illegally restored to an earlier version. 12 USAFE API ReadMe

13 Error Codes Summary Error Code (Decimal) Description 156 SERR_INSTALL_KEY_FAILED Failed to install a software key. 157 SERR_ACCESS_KEY_FAILED Failed to access a SuperPro key. USAFE API ReadMe 13

14 Contacting Technical Support Contacting Technical Support If you have questions, need additional assistance, or encounter a problem, please contact our Technical Support using one of the methods listed in the following table : Technical Support Contact Information Customer Connection Center (C 3 ) Online support system to get quick answers for your queries. It also provides you direct access to SafeNet knowledge base. Sentinel Integration Center (C3) Provides the information you need to successfully integrate Sentinel products with your solutions. Internet United States Americas support@safenet-inc.com Telephone (800) , (410) France Telephone Germany Europe support@safenet-inc.com Telephone United Kingdom Telephone Australia and New Zealand Telephone China , (Intl) Pacific Rim support@safenet-inc.com (Intl) Telephone (86) India Telephone (Intl) 14 USAFE API ReadMe

15 Contacting Technical Support USAFE API ReadMe 15

16 Contacting Technical Support Copyright 2008, SafeNet, Inc. All rights reserved. SafeNet, Sentinel, SuperPro, and UltraPro are either registered trademarks or trademarks of SafeNet, Inc. Microsoft, Windows, Windows 98, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Internet Explorer are either trademarks or registered trademarks of Microsoft Corporation in the United States and other countries. All other trademarks are the property of their respective owners. We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be perfect. When we discover errors or omissions, or they are brought to our attention, we endeavor to correct them in succeeding releases of the product. December 2008, Revision D 16 USAFE API ReadMe

Sentinel Protection Installer Version (32-bit and 64-bit Windows) ReadMe

Sentinel Protection Installer Version (32-bit and 64-bit Windows) ReadMe Sentinel Protection Installer Version 7.5.0 (32-bit and 64-bit Windows) ReadMe This readme provides information about Sentinel TM Protection Installer, its installation and few tips on using the related

More information

Sentinel UltraPro Version (Windows) Release Notes

Sentinel UltraPro Version (Windows) Release Notes Sentinel UltraPro Version 1.0.0 (Windows) Release Notes Overview This document contains product features and installation details for Sentinel TM UltraPro TM version 1.0.0. Sentinel UltraPro is a hardware-based

More information

Copyright 2011, SafeNet, Inc. All rights reserved.

Copyright 2011, SafeNet, Inc. All rights reserved. Copyright 2011, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be perfect. When

More information

Sentinel SuperPro Version (Windows) Release Notes

Sentinel SuperPro Version (Windows) Release Notes Sentinel SuperPro Version 6.5.0 (Windows) Release Notes Overview This document contains a summary of the new features and installation details for Sentinel SuperPro TM version 6.5.0. Sentinel SuperPro

More information

Sentinel Protection Installer Version (32-bit and 64-bit Windows) ReadMe

Sentinel Protection Installer Version (32-bit and 64-bit Windows) ReadMe Sentinel Protection Installer Version 7.6.9 (32-bit and 64-bit Windows) ReadMe This ReadMe provides information about Sentinel TM Protection Installer, its installation and few tips on using the related

More information

Sentinel Cloud V.3.6 Installation Guide

Sentinel Cloud V.3.6 Installation Guide Sentinel Cloud V.3.6 Installation Guide ii Sentinel Cloud Installation Guide Document Revision History Part number 007-012146-001, Rev R May 2015 Disclaimer and Copyrights Copyright 2015, SafeNet, Inc.

More information

Sentinel Hardware Keys SDK Version for Windows Release Notes

Sentinel Hardware Keys SDK Version for Windows Release Notes Sentinel Hardware Keys SDK Version 1.2.0 for Windows Release Notes Product Overview This document contains an overview of the product, new features, and installation of the Sentinel TM Keys SDK release

More information

Sentinel Protection Installer Version (Windows) ReadMe

Sentinel Protection Installer Version (Windows) ReadMe Sentinel Protection Installer Version 7.1.0 (Windows) ReadMe This readme provides an overview of the Sentinel TM Protection Installer, its installation and a few tips on using the related components (such

More information

Software Protection and Licensing Tutorial. Developer Kit

Software Protection and Licensing Tutorial. Developer Kit Software Protection and Licensing Tutorial Developer Kit Copyrights and Trademarks Copyright 2010 SafeNet, Inc. All rights reserved. Cross-Locking, Hardlock, Hasp, HASP4, Method-Level Protection, Sentinel,

More information

Copyright 2011, SafeNet, Inc. All rights reserved.

Copyright 2011, SafeNet, Inc. All rights reserved. Copyright 2011, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be perfect. When

More information

Sentinel HL Board Form Factor Technical Specifications Guide

Sentinel HL Board Form Factor Technical Specifications Guide Sentinel HL Board Form Factor Technical Specifications Guide Document Revision History Part number 007-012421-001 Build 1312-1 Copyrights and Trademarks Copyright 2013 SafeNet, Inc. All rights reserved.

More information

Sentinel LDK. Software Protection and Licensing Tutorial: Demo Kit

Sentinel LDK. Software Protection and Licensing Tutorial: Demo Kit Sentinel LDK Software Protection and Licensing Tutorial: Demo Kit Revision History Part number 007-012169-001, Rev C Copyrights and Trademarks Gemalto 2017. All rights reserved. Gemalto, the Gemalto logo,

More information

SAS Agent for NPS CUSTOMER RELEASE NOTES. Contents

SAS Agent for NPS CUSTOMER RELEASE NOTES. Contents SAS Agent for NPS CUSTOMER RELEASE NOTES Version: 1.31 Build: 1.31.512 Issue Date: 30 December 2015 Document Part Number: 007-012888-001, Rev. C Contents Product Description... 2 Release Description...

More information

MobilePASS for BlackBerry OS 10

MobilePASS for BlackBerry OS 10 MobilePASS for BlackBerry OS 10 CUSTOMER RELEASE NOTES Version: 8.4 Build: 84 Issue Date: 25 March 2015 Document Part Number: 007-012937-001, Rev. B Contents Product Description... 2 Release Description...

More information

Virtual KeySecure for AWS

Virtual KeySecure for AWS Virtual KeySecure for AWS CUSTOMER RELEASE NOTES Version: 8.2.1 Issue Date: June 5 2015 Document Part Number: 007-013116-001, Rev A Contents Product Description... 2 Key Management... 2 High Performance...

More information

Sentinel Cloud Run-time Java Samples ReadMe

Sentinel Cloud Run-time Java Samples ReadMe Sentinel Cloud Run-time Java Samples ReadMe Introduction This document provides details of Run-time Java samples offered by Sentinel Cloud. The samples cover the following stages of licensing: Stage License

More information

Integration Guide. SafeNet Authentication Client. Using SAC CBA with BitLocker

Integration Guide. SafeNet Authentication Client. Using SAC CBA with BitLocker SafeNet Authentication Client Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information Document

More information

Software Protection and Licensing Tutorial Starter Kit

Software Protection and Licensing Tutorial Starter Kit Software Protection and Licensing Tutorial Starter Kit Copyrights and Trademarks Copyright 2013 SafeNet, Inc. All rights reserved. HARDLOCK, HASP, SENTINEL, SUPERPRO and ULTRAPRO are registered trademarks

More information

Sentinel LDK. Software Protection and Licensing API Tutorial: Demo Kit

Sentinel LDK. Software Protection and Licensing API Tutorial: Demo Kit Sentinel LDK Software Protection and Licensing API Tutorial: Demo Kit Copyrights and Trademarks Gemalto 2018. All rights reserved. Gemalto, the Gemalto logo, are trademarks and service marks of Gemalto

More information

SAS Agent for NPS FAQS. Contents. Page 1 of 5. Description... 2 Frequently Asked Questions... 2 Product Documentation... 5 Support Contacts...

SAS Agent for NPS FAQS. Contents. Page 1 of 5. Description... 2 Frequently Asked Questions... 2 Product Documentation... 5 Support Contacts... SAS Agent for NPS FAQS Contents Description... 2 Frequently Asked Questions... 2 Product Documentation... 5 Support Contacts... 5 Page 1 of 5 Description This document answers frequently asked questions

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. E Release Date July 2015 Applicability This version of the SAS

More information

Synchronization Agent Configuration Guide

Synchronization Agent Configuration Guide SafeNet Authentication Service Synchronization Agent Configuration Guide 1 Document Information Document Part Number 007-012848-001, Rev. B Release Date March 2015 Applicability This version of the SAS

More information

Integration Guide. SafeNet Authentication Manager. Using SafeNet Authentication Manager with Citrix XenApp 6.5

Integration Guide. SafeNet Authentication Manager. Using SafeNet Authentication Manager with Citrix XenApp 6.5 SafeNet Authentication Manager Integration Guide Using SafeNet Authentication Manager with Citrix XenApp 6.5 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013

More information

SafeNet Authentication Manager. Integration Guide. Using SAM as an Identity Provider for Dropbox

SafeNet Authentication Manager. Integration Guide. Using SAM as an Identity Provider for Dropbox SafeNet Authentication Manager Integration Guide Document Information Product Version SafeNet Authentication Manager 8.2 Document version Revision A Release Date February 2014 Trademarks All intellectual

More information

Integration Guide. SafeNet Authentication Service. Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS

Integration Guide. SafeNet Authentication Service. Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS SafeNet Authentication Service Integration Guide Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March

More information

SafeNet Authentication Service Cisco AnyConnect Agent. Configuration Guide

SafeNet Authentication Service Cisco AnyConnect Agent. Configuration Guide SafeNet Authentication Service Configuration Guide Document Information Document Part Number 007-012458-001, Rev C Release Date June 2014 Disclaimer SafeNet makes no representations or warranties with

More information

Contents. Error Message Descriptions... 7

Contents. Error Message Descriptions... 7 2 Contents Error Message Descriptions.................................. 7 3 4 About This Manual This Unify DataServer: Error Messages manual lists the errors that can be produced by the Unify DataServer

More information

Welcome Guide. SafeNet Authentication Service. RB-1 Tokens. SafeNet Authentication Service: Welcome Guide. RB-1 Tokens

Welcome Guide. SafeNet Authentication Service. RB-1 Tokens. SafeNet Authentication Service: Welcome Guide. RB-1 Tokens SafeNet Authentication Service Welcome Guide 1 Document Information Document Part Number 007-012425-002, Rev. B Release Date February 2015 Trademarks All intellectual property is protected by copyright.

More information

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 SP1 Readme

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 SP1 Readme SIMATIC Industrial software Readme General information Content This Readme file contains information about SIMATIC S7-PLCSIM Advanced V2.0 SP1. The information should be considered more up-to-date than

More information

PGP NetShare Quick Start Guide Version 10.2

PGP NetShare Quick Start Guide Version 10.2 PGP NetShare Quick Start Guide Version 10.2 What is PGP NetShare? The PGP NetShare product is a software tool that provides multiple ways to protect and share your data. Use PGP NetShare to: Let authorized

More information

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft NPS Technical Manual Template

Configuration Guide. SafeNet Authentication Service. SAS Agent for Microsoft NPS Technical Manual Template SafeNet Authentication Service Configuration Guide SAS Agent for Microsoft NPS 1.20 Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights

More information

Integration Guide. SafeNet Authentication Service. NetDocuments

Integration Guide. SafeNet Authentication Service. NetDocuments SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Gemalto Bluetooth Device Manager

Gemalto Bluetooth Device Manager Gemalto Bluetooth Device Manager RELEASE NOTES Version: 3.3 Windows 10 - Single-Host Issue Date: September 2017 Document Part Number: 007-013680-004, Revision A Contents Product Description... 2 Release

More information

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with CA SiteMinder

Integration Guide. SafeNet Authentication Service. SAS Using RADIUS Protocol with CA SiteMinder SafeNet Authentication Service Integration Guide SAS Using RADIUS Protocol with CA SiteMinder Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc.

More information

Sentinel Cloud V.3.5 Run-time Guide

Sentinel Cloud V.3.5 Run-time Guide Sentinel Cloud V.3.5 Run-time Guide Software Version This documentation is applicable for Sentinel Cloud Run-time version 3.5, released with Sentinel Cloud 3.5. Document Revision History Part Number 007-012137-001,

More information

Luna Crypto Command Center 1.1

Luna Crypto Command Center 1.1 Luna Crypto Command Center 1.1 Document part number: 007-012333-001 Revision A Release notes issued on: 16 September 2013 The most up-to-date version of this document is at: http://www.securedbysafenet.com/releasenotes/luna/crn_luna_ccc_1-1.pdf

More information

ProAdmin Installation Guide

ProAdmin Installation Guide ProAdmin Installation Guide Last updated: 1/24/2013 This document was prepared to assist users of Winklevoss Technologies' ProAdmin System; its contents may not be used for any other purpose without written

More information

Read me. QuarkXPress Server Manager 7.2 ReadMe. Minimum system REQUIREMENTS 2. INSTALLING QuarkXPress Server Manager: MAC OS 2

Read me. QuarkXPress Server Manager 7.2 ReadMe. Minimum system REQUIREMENTS 2. INSTALLING QuarkXPress Server Manager: MAC OS 2 Use the QuarkXPress Server Manager module to send rendering requests in a multiple-quarkxpress Server-instance environment without defining which QuarkXPress Server instance processes the request. QuarkXPress

More information

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for VMware Horizon 6

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for VMware Horizon 6 SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

SafeNet Authentication Service. Java Authentication API Developer Guide

SafeNet Authentication Service. Java Authentication API Developer Guide SafeNet Authentication Service Java Authentication API Developer Guide All information herein is either public information or is the property of and owned solely by Gemalto and/or its subsidiaries who

More information

Integration Guide. SafeNet Authentication Service. Strong Authentication for Juniper Networks SSL VPN

Integration Guide. SafeNet Authentication Service. Strong Authentication for Juniper Networks SSL VPN SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Integration Guide. SafeNet Authentication Service. Strong Authentication for Citrix Web Interface 4.6

Integration Guide. SafeNet Authentication Service. Strong Authentication for Citrix Web Interface 4.6 SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

SafeNet Authentication Service Authentication API for Microsoft.Net. Developer Guide

SafeNet Authentication Service Authentication API for Microsoft.Net. Developer Guide SafeNet Authentication Service Authentication API for Microsoft.Net Developer Guide All information herein is either public information or is the property of and owned solely by Gemalto and/or its subsidiaries

More information

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with SonicWALL E-Class Secure Remote Access

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with SonicWALL E-Class Secure Remote Access SafeNet Authentication Manager Integration Guide SAM using RADIUS Protocol with SonicWALL E-Class Secure Remote Access Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright

More information

Integration Guide. SafeNet Authentication Service. SAS using RADIUS Protocol with WatchGuard XTMv. SafeNet Authentication Service: Integration Guide

Integration Guide. SafeNet Authentication Service. SAS using RADIUS Protocol with WatchGuard XTMv. SafeNet Authentication Service: Integration Guide SafeNet Authentication Service Integration Guide 1 Document Information Document Part Number 007-012745-001, Rev. A Release Date October 2014 Trademarks All intellectual property is protected by copyright.

More information

ControlLogix Multi-Vendor Interface Module DH-485 API

ControlLogix Multi-Vendor Interface Module DH-485 API ControlLogix Multi-Vendor Interface Module DH-485 API 1756-MVI User Manual Important User Information Because of the variety of uses for the products described in this publication, those responsible for

More information

KT-4 Keychain Token Welcome Guide

KT-4 Keychain Token Welcome Guide SafeNet Authentication Service KT-4 Keychain Token Welcome Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document

More information

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Citrix GoToMyPC

Integration Guide. SafeNet Authentication Service. Using RADIUS Protocol for Citrix GoToMyPC SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Guide Installation and User Guide - Mac

Guide Installation and User Guide - Mac Guide Installation and User Guide - Mac With Fujitsu mpollux DigiSign Client, you can use your smart card for secure access to electronic services or organization networks, as well as to digitally sign

More information

User Manual Firmware Update

User Manual Firmware Update Firmware Update derfusb-23e00 derfusb-23e00 JTAG derfusb-23e06 derfusb-23e06 JTAG derfusb-13e00 derfusb-13e00 JTAG derfusb-13e06 derfusb-13e06 JTAG Document Version V01.01 2011-07-01 Table of contents

More information

The Events notification plugin PRINTED MANUAL

The Events notification plugin PRINTED MANUAL The Events notification plugin PRINTED MANUAL Events notification plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with Check Point Security Gateway

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with Check Point Security Gateway SafeNet Authentication Manager Integration Guide SAM using RADIUS Protocol with Check Point Security Gateway Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013

More information

vsphere Guest Programming Guide VMware vsphere Guest SDK 4.0

vsphere Guest Programming Guide VMware vsphere Guest SDK 4.0 VMware vsphere Guest SDK 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

Revision Action/Change Date

Revision Action/Change Date ii Sentinel Cloud EMS User's Guide Software Version This documentation is applicable for the Sentinel Cloud EMS version 3.4. Document Revision History Part Number 007-012136-001, Revision E Revision Action/Change

More information

Integration Guide. SafeNet Authentication Client. Using SAC CBA with Juniper Junos Pulse

Integration Guide. SafeNet Authentication Client. Using SAC CBA with Juniper Junos Pulse SafeNet Authentication Client Integration Guide Using SAC CBA with Juniper Junos Pulse Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights

More information

Aegis Padlock DT. User s Manual

Aegis Padlock DT. User s Manual Aegis Padlock DT User s Manual Table of Contents About the Aegis Padlock Desktop Drive 4 Package contents 4 Aegis Padlock DT button panel 5 Aegis Padlock DT - Getting Started 6 Before you begin 6 Connecting

More information

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device)

-Device. -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, device) Devices -Host -CPU -Device -Controller device) +memory +OS -Physical or virtual thing that does something -Software + hardware to operate a device (Controller runs port, Bus, Communication -Registers -Control

More information

The Direct Excel Connection plugin PRINTED MANUAL

The Direct Excel Connection plugin PRINTED MANUAL The Direct Excel Connection plugin PRINTED MANUAL Direct Excel Connection plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

RFC: connectionless Data Link Metalanguage Burkhard Daniel

RFC: connectionless Data Link Metalanguage Burkhard Daniel RFC: connectionless Data Link Metalanguage Burkhard Daniel (burk@stg.com) This RFC details a specification draft for a UDI metalanguage interfacing UDI Network Protocol drivers to UDI Data Link drivers.

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Okta

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Okta SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Can Delete Sharing Folder Windows 7 Access Denied

Can Delete Sharing Folder Windows 7 Access Denied Can Delete Sharing Folder Windows 7 Access Denied File and folder permissions on Windows are pretty great when they're working for you but when the OS suddenly decides to deny access to a folder on your

More information

Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning:

Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning: Error num: 1 Meaning: Not owner Error num: 2 Meaning: No such file or directory Error num: 3 Meaning: No such process Error num: 4 Meaning: Interrupted system call Error num: 5 Meaning: I/O error Error

More information

IM: Symantec Security Information Manager Patch 4 Resolved Issues

IM: Symantec Security Information Manager Patch 4 Resolved Issues IM: Symantec Security Information Manager 4.7.2 Patch 4 Resolved Symantec Security Information Manager 4.7.2 Patch 4 Resolved The software described in this book is furnished under a license agreement

More information

Intrusion Detection and Prevention IDP 4.1r4 Release Notes

Intrusion Detection and Prevention IDP 4.1r4 Release Notes Intrusion Detection and Prevention IDP 4.1r4 Release Notes Build 4.1.134028 September 22, 2009 Revision 02 Contents Overview...2 Supported Hardware...2 Changed Features...2 IDP OS Directory Structure...2

More information

Integration Guide. SafeNet Authentication Service. Protecting SugarCRM with SAS

Integration Guide. SafeNet Authentication Service. Protecting SugarCRM with SAS SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for SonicWALL Secure Remote Access

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for SonicWALL Secure Remote Access SafeNet Authentication Manager Integration Guide Using SAM as an Identity Provider for SonicWALL Secure Remote Access Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Tableau Server

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for Tableau Server SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Stonesoft Management Center. Release Notes for Version 5.6.1

Stonesoft Management Center. Release Notes for Version 5.6.1 Stonesoft Management Center Release Notes for Version 5.6.1 Updated: January 9, 2014 Table of Contents What s New... 3 Fixes... 3 System Requirements... 6 Basic Management System Hardware Requirements...

More information

Welcome Guide for KT Series Token

Welcome Guide for KT Series Token Welcome Guide for KT Series Token Protecting Your On-line Identity Authentication Service Delivery Made EASY Copyright 2012 SafeNet, Inc. All rights reserved. All attempts have been made to make the information

More information

Sentinel RMS SDK v9.2.0

Sentinel RMS SDK v9.2.0 Sentinel RMS SDK v9.2.0 Release Notes for Windows (32 and 64-bit) Release Version: v9.2.0 Document Number: 007-013329-001, C Release Date: August, 2017 Contents Product Description 3 About This Document

More information

Perform Manual System Restore Xp Recovery Console

Perform Manual System Restore Xp Recovery Console Perform Manual System Restore Xp Recovery Console chkdsk in Windows XP Recovery Console If you can't boot the operating system, you can run the tool from Command Prompt either by booting your computer.

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Better MDM

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Better MDM SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

SafeNet Authentication Service Agent for Cisco AnyConnect Client. Installation and Configuration Guide

SafeNet Authentication Service Agent for Cisco AnyConnect Client. Installation and Configuration Guide SafeNet Authentication Service Agent for Cisco AnyConnect Client Installation and Configuration Guide All information herein is either public information or is the property of and owned solely by Gemalto

More information

Welcome Guide. SafeNet Authentication Service. MP-1 BlackBerry. SafeNet Authentication Service: Welcome Guide. MP-1 BlackBerry

Welcome Guide. SafeNet Authentication Service. MP-1 BlackBerry. SafeNet Authentication Service: Welcome Guide. MP-1 BlackBerry SafeNet Authentication Service Welcome Guide 1 Document Information Document Part Number 007-012424-002, Rev. A Release Date September 2013 Trademarks All intellectual property is protected by copyright.

More information

acquire Licence Administrator Installation Guide

acquire Licence Administrator Installation Guide acquire Licence Administrator Installation Guide Document information Authorised use acquire Software Pty Ltd Document name acquire Licence Administrator - Installation Guide Date November 2013 Table of

More information

Integration Guide. SafeNet Authentication Manager. Using RADIUS Protocol for Citrix NetScaler 10.5

Integration Guide. SafeNet Authentication Manager. Using RADIUS Protocol for Citrix NetScaler 10.5 SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Data Maintenance Tool

Data Maintenance Tool DT700 Series Data Maintenance Tool User's Guide A50-017029-001 Ver. 1.2 June 2009 Notice (1) Information in this guide is subject to change without notice. (2) If you find any unclear or incorrect description

More information

DxP Protocol Version 1.2

DxP Protocol Version 1.2 DxP Protocol 1. Overview The DxP Protocol is packet based protocol designed to be extensible. This protocol is transmitted over via TCP on a port selected by the user. The factory default port is 9100.

More information

Technical Information

Technical Information Technical Information Daqstation DX/DXAdvanced Setup File Conversion Tool Operation Guide Yokogawa Electric Corporation 2-9-32, Nakacho, Musashino-shi, Tokyo, 180-8750 Japan 1st Edition Sept. 2010 Introduction

More information

Arc Enterprise OCS Server

Arc Enterprise OCS Server Arc Enterprise OCS Server User Guide Version 5.1.x 2010 Arc Solutions (International) Ltd. All rights reserved No part of this documentation may be reproduced in any form or by any means or used to make

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 2013 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other trademarks

More information

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 Readme

SIMATIC Industrial software Readme SIMATIC S7-PLCSIM Advanced V2.0 Readme SIMATIC Industrial software Readme General information Content This Readme file contains information about SIMATIC S7 PLCSIM Advanced V2.0 that was not yet available at the time of release. This information

More information

Windows 7 Cannot Install Any Printer Driver Access Denied

Windows 7 Cannot Install Any Printer Driver Access Denied Windows 7 Cannot Install Any Printer Driver Access Denied 1 Cannot install HP printer drivers - "Access is denied" in Windows 7. I have a newly purchased HP Deskjet 3050A e-all-in-one Printer series -

More information

The DNP3 plugin PRINTED MANUAL

The DNP3 plugin PRINTED MANUAL The DNP3 plugin PRINTED MANUAL DNP3 plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

CSMC 412. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala Set 2. September 15 CMSC417 Set 2 1

CSMC 412. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala Set 2. September 15 CMSC417 Set 2 1 CSMC 412 Computer Networks Prof. Ashok K Agrawala 2015 Ashok Agrawala Set 2 September 15 CMSC417 Set 2 1 Contents Client-server paradigm End systems Clients and servers Sockets Socket abstraction Socket

More information

AET60 BioCARDKey. Application Programming Interface. Subject to change without prior notice

AET60 BioCARDKey. Application Programming Interface.  Subject to change without prior notice AET60 BioCARDKey Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Application Programming Interface... 4 2.1. Overview...4 2.2. Data

More information

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with Microsoft DirectAccess

Integration Guide. SafeNet Authentication Manager. SAM using RADIUS Protocol with Microsoft DirectAccess SafeNet Authentication Manager Integration Guide SAM using RADIUS Protocol with Microsoft DirectAccess Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet,

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-12-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Promira Serial Platform

Promira Serial Platform Promira Serial Platform The Promira Serial Platform with Applications such as I C/SPI Active and espi Analysis Application allows developers to interface a host PC to a downstream embedded system 2 environment,

More information

HCP Streamer Adapter for Veritas Enterprise Vault

HCP Streamer Adapter for Veritas Enterprise Vault RELEASE NOTES HCP Streamer Adapter for Veritas Enterprise Vault Release Notes v1.4.2 By Hitachi Data Systems February 2017 RN-92ADPTR035-04 P a g e 2 Contents About This Document3 Intended Audience...

More information

NEXCOM. MiniPCIe NISK-NVRAM Library User Manual. Manual Rev.: V0.4

NEXCOM. MiniPCIe NISK-NVRAM Library User Manual. Manual Rev.: V0.4 NEXCOM MiniPCIe NISK-NVRAM Library User Manual Manual Rev.: V0.4 Revision Date: Feb. 03rd, 2015 Revise note: Ver Description V0.1 2015/01/27: V0.2 2015/01/30: V0.3 2015/02/02: V0.4 2015/02/03: Contents

More information

DIGITAL CAMERA C-100 D-370 OPERATION MANUAL CONNECTING THE CAMERA TO A PC

DIGITAL CAMERA C-100 D-370 OPERATION MANUAL CONNECTING THE CAMERA TO A PC DIGITAL CAMERA C-100 D-370 CONNECTING THE CAMERA TO A PC OPERATION MANUAL Thank you for purchasing an Olympus digital camera. Follow the procedures in this manual to install the USB driver. Following other

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: A Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 5 2 Downloading the software...

More information

Sentinel Cloud V.3.6 Release Notes

Sentinel Cloud V.3.6 Release Notes Sentinel Cloud V.3.6 Release Notes 2 Sentinel Cloud V.3.6 - Release Notes Document Revision History Part number 007-012135-001, Revision K May 2015 Disclaimer and Copyrights Copyright 2015, SafeNet, Inc.

More information

Windows Device Driver and API Reference Manual

Windows Device Driver and API Reference Manual Windows Device Driver and API Reference Manual 797 North Grove Rd, Suite 101 Richardson, TX 75081 Phone: (972) 671-9570 www.redrapids.com Red Rapids Red Rapids reserves the right to alter product specifications

More information

The Send keystrokes plugin PRINTED MANUAL

The Send keystrokes plugin PRINTED MANUAL The Send keystrokes plugin PRINTED MANUAL Send keystrokes plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information