Class EbicsOrderHPB
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
EncryptionPubKeyInfo
public EbicsPubKeyInfo EncryptionPubKeyInfo { get; }
Property Value
Methods
ProcessResponseOrderData(EbicsVersion)
Process the received response data.
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
nVersionEbicsVersion
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.