Class EbicsHVSignerInfo
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
stringThis 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
PartnerID
public string PartnerID { get; set; }
Property Value
Timestamp
A time stamp taken at the time of the signature creation.
public DateTime Timestamp { get; set; }
Property Value
UserID
public string UserID { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
xmlDocument
XmlDocumentnVersion
EbicsVersion
Returns
ParseXml(XmlElement, EbicsVersion)
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
xmlElement
XmlElementnVersion
EbicsVersion