Class EbicsOrderHCS
Specialized EbicsOrder for HCS 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 EbicsOrderHCS : EbicsOrder
Constructors
EbicsOrderHCS(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)
Creates a new HCS Order object.
Declaration
public EbicsOrderHCS(EbicsContact aContact, EbicsPubKeyInfo aNewAuthKey, EbicsPubKeyInfo aNewEncKey, EbicsPubKeyInfo aNewSigKey)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact | |
EbicsPubKeyInfo | aNewAuthKey | |
EbicsPubKeyInfo | aNewEncKey | |
EbicsPubKeyInfo | aNewSigKey |
Methods
BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)
Declaration
public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact | The contact which is used to send the order... |
EbicsPubKeyInfo | aAuthKey | |
EbicsPubKeyInfo | aEncKey | |
EbicsPubKeyInfo | aSigKey |
Returns
Type | Description |
---|---|
System.Xml.XmlDocument |
BuildOrderData(EbicsVersion, String, String, EbicsPubKeyInfo, EbicsPubKeyInfo, EbicsPubKeyInfo)
Declaration
public static XmlDocument BuildOrderData(EbicsVersion nVersion, string sPartnerID, string sUserID, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey, EbicsPubKeyInfo aSigKey)
Parameters
Type | Name | Description |
---|---|---|
EbicsVersion | nVersion | |
System.String | sPartnerID | |
System.String | sUserID | |
EbicsPubKeyInfo | aAuthKey | |
EbicsPubKeyInfo | aEncKey | |
EbicsPubKeyInfo | aSigKey |
Returns
Type | Description |
---|---|
System.Xml.XmlDocument |