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 |
---|---|---|
Ebics |
aContact | |
Ebics |
aNewUserAuthenticationPubKey | |
Ebics |
aNewUserEncryptionPubKey |
Methods
BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo)
Declaration
public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey)
Parameters
Type | Name | Description |
---|---|---|
Ebics |
aContact | |
Ebics |
aAuthKey | |
Ebics |
aEncKey |
Returns
Type | Description |
---|---|
System. |