Class EbicsOrderHIA

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

Specialized EbicsOrder for HIA requests.

public class EbicsOrderHIA : EbicsOrder
Inheritance
EbicsOrderHIA
Inherited Members

Constructors

EbicsOrderHIA(EbicsContact, IEbicsSecurityMedium)

public EbicsOrderHIA(EbicsContact aContact, IEbicsSecurityMedium aSecurityMedium)

Parameters

aContact EbicsContact
aSecurityMedium IEbicsSecurityMedium

Authenticated security medium of the given contact. This is used to retrieve the public authentication and encryption key information.

Properties

UserAuthenticationPubKey

public EbicsPubKeyInfo UserAuthenticationPubKey { get; }

Property Value

EbicsPubKeyInfo

UserEncryptionPubKey

public EbicsPubKeyInfo UserEncryptionPubKey { get; }

Property Value

EbicsPubKeyInfo

Methods

BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo)

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

Parameters

aContact EbicsContact
aAuthKey EbicsPubKeyInfo
aEncKey EbicsPubKeyInfo

Returns

XmlDocument