Show / Hide Table of Contents

Class SEMSHelper

This is the helper to talk with the SEMS service of Secure Exchanges. SEMS = Secure Exchanges Message Service

Inheritance
System.Object
SEMSHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public static class SEMSHelper

Methods

GetPublicKey(GetSEMSPublicKeyArgs)

Retreived the public key of the SEMS service

Declaration
public static GetPublicKeyAnswer GetPublicKey(GetSEMSPublicKeyArgs args)
Parameters
Type Name Description
GetSEMSPublicKeyArgs args

Return the answer

Returns
Type Description
GetPublicKeyAnswer

GetPuclickKeyAnswer

IsValidSEMS(IsValidSEMSArgs)

Confirm that the SEMS is valid to Secure Exchanges, and return the parameters

Declaration
public static SEMSConfirmation IsValidSEMS(IsValidSEMSArgs args)
Parameters
Type Name Description
IsValidSEMSArgs args
Returns
Type Description
SEMSConfirmation

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
System.Boolean
In This Article
Back to top Generated by DocFX