Class EbicsOrderHCS
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
aContactEbicsContactaNewAuthKeyEbicsPubKeyInfoaNewEncKeyEbicsPubKeyInfoaNewSigKeyEbicsPubKeyInfo
Methods
BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)
public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
Parameters
aContactEbicsContactThe contact which is used to send the order...
aAuthKeyEbicsPubKeyInfoaEncKeyEbicsPubKeyInfoaSigKeyEbicsPubKeyInfo
Returns
BuildOrderData(EbicsVersion, string, string, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)
public static XmlDocument BuildOrderData(EbicsVersion nVersion, string sPartnerID, string sUserID, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
Parameters
nVersionEbicsVersionsPartnerIDstringsUserIDstringaAuthKeyEbicsPubKeyInfoaEncKeyEbicsPubKeyInfoaSigKeyEbicsPubKeyInfo