Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseSEMSArgs

    The base SEMS Args to communicate with the Secure Exchanges Mail System

    Inheritance
    object
    BaseSEMSArgs
    Implements
    ISEMSInitialization
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class BaseSEMSArgs : ISEMSInitialization

    Constructors

    BaseSEMSArgs(SecureExchangesMessage)

    The default constructor

    Declaration
    public BaseSEMSArgs(SecureExchangesMessage msg)
    Parameters
    Type Name Description
    SecureExchangesMessage msg

    The msg base on the link

    Properties

    Cpart

    The client part parameter

    Declaration
    public string Cpart { get; }
    Property Value
    Type Description
    string

    MessageID

    The crypted message ID

    Declaration
    public string MessageID { get; }
    Property Value
    Type Description
    string

    Msg

    The Secure Exchanges message object

    Declaration
    public SecureExchangesMessage Msg { get; set; }
    Property Value
    Type Description
    SecureExchangesMessage

    NIv

    The NIV parameter. It's generally included in the url

    Declaration
    public Guid NIv { get; }
    Property Value
    Type Description
    Guid

    P2

    The P2 parameter, it's generally included in the url

    Declaration
    public Guid P2 { get; }
    Property Value
    Type Description
    Guid

    Sems

    The SEMS ID that identity the Certificate used with the SEMS

    Declaration
    public Guid Sems { get; }
    Property Value
    Type Description
    Guid

    Implements

    ISEMSInitialization

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation