Table of Contents

Class SenderID

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
public class SenderID
Inheritance
SenderID

Constructors

SenderID()

public SenderID()

SenderID(string, string, Address)

public SenderID(string VASPID, string VASID, Address senderAddress)

Parameters

VASPID string
VASID string
senderAddress Address

SenderID(string, string, string)

public SenderID(string VASPID, string VASID, string senderAddress)

Parameters

VASPID string
VASID string
senderAddress string

Properties

SenderAddress

The address of the MM originator.

public Address SenderAddress { get; set; }

Property Value

Address

VASID

Identifier of the originating application.

public string VASID { get; set; }

Property Value

string

VASPID

Identifier of the VASP for this MMS Relay/Server.

public string VASPID { get; set; }

Property Value

string