Class EbicsOrderHCS

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

Specialized EbicsOrder for HCS requests.

public class EbicsOrderHCS : EbicsOrder
Inheritance
EbicsOrderHCS
Inherited Members

Constructors

EbicsOrderHCS(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

Creates a new HCS Order object.

public EbicsOrderHCS(EbicsContact aContact, EbicsPubKeyInfo aNewAuthKey, EbicsPubKeyInfo aNewEncKey, EbicsPubKeyInfo aNewSigKey)

Parameters

aContact EbicsContact
aNewAuthKey EbicsPubKeyInfo
aNewEncKey EbicsPubKeyInfo
aNewSigKey EbicsPubKeyInfo

Methods

BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)

Parameters

aContact EbicsContact

The contact which is used to send the order...

aAuthKey EbicsPubKeyInfo
aEncKey EbicsPubKeyInfo
aSigKey EbicsPubKeyInfo

Returns

XmlDocument

BuildOrderData(EbicsVersion, string, string, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)

public static XmlDocument BuildOrderData(EbicsVersion nVersion, string sPartnerID, string sUserID, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)

Parameters

nVersion EbicsVersion
sPartnerID string
sUserID string
aAuthKey EbicsPubKeyInfo
aEncKey EbicsPubKeyInfo
aSigKey EbicsPubKeyInfo

Returns

XmlDocument