Class BaseSEMSArgs
The base SEMS Args to communicate with the Secure Exchanges Mail System
Implements
Inherited Members
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 |