Namespace SecureExchangesSDK.Helpers
Classes
AppConfigHelper
ChatHelper
That will let you share a link to initiate a chat
ContactHelper
CountriesHelper
CryptoHelper
This is the Helper to encrypt and decrypt the information with Secure Exchanges
DomainHelper
This class is an Helper for Domain validation. Usefull to apply rules on domaines rules organisation
ExceptionHelper
ExtensionHelper
FileHelper
This is the Helper need to be use for upload and download files to Secure Exchanges. This Helper will decrypt the files, and encrypt them
HandShakeHelper
This helper is used to created an handshake between client and Secure Exchanges server. This helper will created a secure chanel of communication, and will also created a client 256 bits key knowed only by the client
HandShakeHelper.ReferenceServerExchange
HtmlHelper
LicenceHelper
This helper help you to manage a licence
LogsHelper
MessageHelper
This class is use to send and retreived message from Secure Exchanges
MessengingHelper
MessengingHelper is the class use to create, and get Messenging. SESAR service use messenging. The messenging is usefull when is configured to keep a copy encrypted or not of all Secure Exchanges communications in you own organisation
MimeHelper
NetworkHelper
NotificationHelper
Usefull to send a post to a server
PEMCrypto
PhishingHelper
PhoneHelper
That is an helper to validate phone number. Is use the PhoneLibSharp library
RandomHelper
Helper to generate random string
SDKTraceHelper
SecureMessageTransportHelper
This helper is to create SecureMessage Transport. A secure message transport, is an object that is encrypted with an AES 256 bits key. The keys is encrypted with the public keys, and store in the object.
SEEHelper
SEE (Secure Exchanges Encrypted) Helper. This helper create file .see A See file is a encrypted File with AES 256. The key are stored in the file and are encrypted with a private key We recommand used a 4096 private key
SEMSHelper
This is the helper to talk with the SEMS service of Secure Exchanges. SEMS = Secure Exchanges Message Service
SerialHelper
SerializationHelper
ServerKeyExchangesHelper
SEWDHelper
SignHelper
StateHelper
This is a class to validate the connection with the Secure Exchanges server
StatusHelper
StoreHelper
ThesaurusHelper
ThesaurusHelper.ThesaurusMatch
ThesaurusHelper.WordMatch
Delegates
FileHelper.BeforeUploadChunksErrorRetry
This is the delegate associated to the event when chunks are in errors, before retry upload
FileHelper.DownloadChuckFinishEvent
This is the delegate of an event when a chunck finish download
FileHelper.DownloadChuckStart
This is the delegate of an event when a chunck start download
FileHelper.DownloadChunkError
This error occur each time a chunk is fail to download
FileHelper.DownloadFileError
When an error occur in the download of a file
FileHelper.DownloadFinish
Delegate when a file is finish download
FileHelper.DownloadsFinish
When all the files is finish to donwload
FileHelper.DownloadsStart
When all the files is start to donwload
FileHelper.DownloadStart
Delegate when a file is start download
FileHelper.GetFileSizeToUpload
Delegate to retreived the FileUpload file size
FileHelper.UploadChunkCompleted
That is the delegate call when an upload chunk is complete and done
FileHelper.UploadFileDelegate
That is the signature for the UploadFileStart_Event
FileHelper.UploadFinish
FileHelper.UploadFinishFiles
FileHelper.UploadProgress
Delegate for get the state on a specific file when use the uploads method