Class EbicsHVSignerInfo
Holds the details of an EBICS SignerInfo or OriginatorInfo element as provided by VEU
inquiries.
Inheritance
EbicsHVSignerInfo
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHVSignerInfo : EbicsElement
Constructors
EbicsHVSignerInfo(string)
Declaration
public EbicsHVSignerInfo(string sElementTag)
Parameters
Type |
Name |
Description |
string |
sElementTag |
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.
Declaration
public string AuthorisationLevel { get; set; }
Property Value
Type |
Description |
string |
This is one of "E", "A", "B", or "T".
|
Name
Declaration
public string Name { get; set; }
Property Value
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Timestamp
A time stamp taken at the time of the signature creation.
Declaration
public DateTime Timestamp { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides