Signer.Digital
User guide (Under Construction)
×
Menu
Index
APISession (for Kluis API)
 
APISession stores Kluis API credentials and is very important class for Signer.Digital Kluis API. Different libraries provided as a part of Signer.Digital offering has methods to call Kluis API to achieve signing of files or PDF documents. Developer who wish to write API calls themselves needs to have excellent understanding of APISession object for using Signer.Digital Kluis API to develop application using Kluis API. 
 
APISession Properties
 
Property
Description
Data Type
BaseUrl
Kluis API BaseUrl.
String
CscId
Crypto Signer ClientId. If this is unknown use GetCscDetails API action with UserId and Password to get CscId and BaseUrl.
Long
Password
Password for Csc Account.
String
AppProfileName
Client Application Profile Name - used for Key Authorization using OTP and logging on Kluis.  Client application may use this field to map the logs downloaded from Kluis with local logs.
String
ProfileName
Certificate Profile on Kluis created by login to Kluis Console from Web Browser.
String
TokenPin
TokenPin which is set by CSC at the time of Initializing the token.
String
TxnId
Unique Transaction ID. May be used for mapping logs downloaded form Kluis to logs of local applicaiton.
String