Class EbicsOrderHPB

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

Specialized EbicsOrder for HPB requests.

public class EbicsOrderHPB : EbicsOrder
Inheritance
EbicsOrderHPB
Inherited Members

Constructors

EbicsOrderHPB()

public EbicsOrderHPB()

Properties

AuthenticationPubKeyInfo

public EbicsPubKeyInfo AuthenticationPubKeyInfo { get; }

Property Value

EbicsPubKeyInfo

EncryptionPubKeyInfo

public EbicsPubKeyInfo EncryptionPubKeyInfo { get; }

Property Value

EbicsPubKeyInfo

Methods

ProcessResponseOrderData(EbicsVersion)

Process the received response data.

public override void ProcessResponseOrderData(EbicsVersion nVersion)

Parameters

nVersion EbicsVersion

Remarks

This method should be called after the HPB order was executed. It extracts the received public bank keys and stores them in the given EbicsContact.

Exceptions

InvalidOperationException

If no OrderData is available, then an InvalidOperationException is thrown.

XmlException

The response order data is not a valid XML document at all.