Class EbicsOrderHIA
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
EbicsContactaSecurityMedium
IEbicsSecurityMediumAuthenticated 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
UserEncryptionPubKey
public EbicsPubKeyInfo UserEncryptionPubKey { get; }
Property Value
Methods
BuildOrderData(EbicsContact, EbicsPubKeyInfo, EbicsPubKeyInfo)
public static XmlDocument BuildOrderData(EbicsContact aContact, EbicsPubKeyInfo aAuthKey, EbicsPubKeyInfo aEncKey)
Parameters
aContact
EbicsContactaAuthKey
EbicsPubKeyInfoaEncKey
EbicsPubKeyInfo