Class EbicsHVSignerInfo

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Holds the details of an EBICS SignerInfo or OriginatorInfo element as provided by VEU inquiries.

public class EbicsHVSignerInfo : EbicsElement
Inheritance
EbicsHVSignerInfo
Inherited Members

Remarks

Instance of this class are used to collect the data of an SignerInfo or OriginatorInfo element details returned in a HVUResponseOrderData, HVZResponseOrderData, or HVDResponseOrderData reponse document. This class is read-only as it only provides data returned from the EBICS host. This class can be used as a SignerInfo or a OriginatorInfo element. The actual type is determined at construction time.

Constructors

EbicsHVSignerInfo(string)

public EbicsHVSignerInfo(string sElementTag)

Parameters

sElementTag string

This parameter must be either "SignerInfo" or "OriginatorInfo" and determines the actual element type of the new instance.

Properties

AuthorisationLevel

The authorization of the signer.

public string AuthorisationLevel { get; set; }

Property Value

string

This is one of "E", "A", "B", or "T".

Name

public string Name { get; set; }

Property Value

string

PartnerID

public string PartnerID { get; set; }

Property Value

string

Timestamp

A time stamp taken at the time of the signature creation.

public DateTime Timestamp { get; set; }

Property Value

DateTime

UserID

public string UserID { get; set; }

Property Value

string

Methods

BuildXml(XmlDocument, EbicsVersion)

public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)

Parameters

xmlDocument XmlDocument
nVersion EbicsVersion

Returns

XmlElement

ParseXml(XmlElement, EbicsVersion)

public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)

Parameters

xmlElement XmlElement
nVersion EbicsVersion