Class EbicsOrderHCA
Specialized EbicsOrder for HCA 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 EbicsOrderHCA : EbicsOrder
Constructors
EbicsOrderHCA(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo)
Declaration
public EbicsOrderHCA(EbicsContact aContact, EbicsPubKeyInfo aNewUserAuthenticationPubKey, EbicsPubKeyInfo aNewUserEncryptionPubKey)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact | |
EbicsPubKeyInfo | aNewUserAuthenticationPubKey | |
EbicsPubKeyInfo | aNewUserEncryptionPubKey |
Methods
BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo)
Declaration
public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact | |
EbicsPubKeyInfo | aAuthKey | |
EbicsPubKeyInfo | aEncKey |
Returns
Type | Description |
---|---|
System.Xml.XmlDocument |