Class EbicsOrderHIA
Specialized EbicsOrder for HIA 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 EbicsOrderHIA : EbicsOrder
Constructors
EbicsOrderHIA(EbicsContact, IEbicsSecurityMedium)
Declaration
public EbicsOrderHIA(EbicsContact aContact, IEbicsSecurityMedium aSecurityMedium)
Parameters
Type | Name | Description |
---|---|---|
EbicsContact | aContact | |
IEbicsSecurityMedium | aSecurityMedium | Authenticated security medium of the given contact. This is used to retrieve the public authentication and encryption key information. |
Properties
UserAuthenticationPubKey
Declaration
public EbicsPubKeyInfo UserAuthenticationPubKey { get; }
Property Value
Type | Description |
---|---|
EbicsPubKeyInfo |
UserEncryptionPubKey
Declaration
public EbicsPubKeyInfo UserEncryptionPubKey { get; }
Property Value
Type | Description |
---|---|
EbicsPubKeyInfo |
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 |