Class EbicsOrderHPB
Specialized EbicsOrder for HPB requests.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderHPB : EbicsOrder
Constructors
EbicsOrderHPB()
Declaration
public EbicsOrderHPB()
Properties
AuthenticationPubKeyInfo
Declaration
public EbicsPubKeyInfo AuthenticationPubKeyInfo { get; }
Property Value
Type | Description |
---|---|
EbicsPubKeyInfo |
EncryptionPubKeyInfo
Declaration
public EbicsPubKeyInfo EncryptionPubKeyInfo { get; }
Property Value
Type | Description |
---|---|
EbicsPubKeyInfo |
Methods
ProcessResponseOrderData(EbicsVersion)
Process the received response data.
Declaration
public override void ProcessResponseOrderData(EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion |
Overrides
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
Type | Condition |
---|---|
System.InvalidOperationException | If no OrderData is available, then an InvalidOperationException is thrown. |
System.Xml.XmlException | The response order data is not a valid XML document at all. |