Class BaseSEMSArgs
The base SEMS Args to communicate with the Secure Exchanges Mail System
Inheritance
System.Object
BaseSEMSArgs
Implements
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.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class BaseSEMSArgs : ISEMSInitialization
Properties
Cpart
The client part parameter
Declaration
public string Cpart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MessageID
The crypted message ID
Declaration
public string MessageID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIv
The NIV parameter. It's generally included in the url
Declaration
public Guid NIv { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
P2
The P2 parameter, it's generally included in the url
Declaration
public Guid P2 { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Sems
The SEMS ID that identity the Certificate used with the SEMS
Declaration
public Guid Sems { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |