Class EbicsHPBResponseOrderData

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll
public class EbicsHPBResponseOrderData : EbicsElement
Inheritance
EbicsHPBResponseOrderData
Inherited Members

Properties

AuthenticationPubKeyInfo

public EbicsPubKeyInfo AuthenticationPubKeyInfo { get; set; }

Property Value

EbicsPubKeyInfo

EncryptionPubKeyInfo

public EbicsPubKeyInfo EncryptionPubKeyInfo { get; set; }

Property Value

EbicsPubKeyInfo

HostID

public string HostID { 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