Class SEMSHelper
This is the helper to talk with the SEMS service of Secure Exchanges. SEMS = Secure Exchanges Message Service
Inherited Members
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public static class SEMSHelper
Methods
SEND(SendArgs)
Send to the SEMS the message to be send.
Declaration
public static bool SEND(SendArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| SendArgs | args |
Returns
| Type | Description |
|---|---|
| bool |
SetAB42(SetA42BArgs)
Retreived the public key of the SEMS service
Declaration
public static bool SetAB42(SetA42BArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| SetA42BArgs | args | Return the answer |
Returns
| Type | Description |
|---|---|
| bool | GetPuclickKeyAnswer |