Class EbicsPubKeyOrderData
Inheritance
EbicsPubKeyOrderData
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsPubKeyOrderData : EbicsElement
Constructors
EbicsPubKeyOrderData(string)
Declaration
protected EbicsPubKeyOrderData(string sOrderParamsTag)
Parameters
Type |
Name |
Description |
string |
sOrderParamsTag |
|
Properties
AuthenticationPubKeyInfo
Declaration
public EbicsPubKeyInfo AuthenticationPubKeyInfo { get; set; }
Property Value
EncryptionPubKeyInfo
Declaration
public EbicsPubKeyInfo EncryptionPubKeyInfo { get; set; }
Property Value
OrderParamsTag
The XML tag used to serialize this order parameters instance.
Declaration
public string OrderParamsTag { get; }
Property Value
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
SignaturePubKeyInfo
Declaration
public EbicsPubKeyInfo SignaturePubKeyInfo { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
GetOrderDataNamespace(EbicsVersion)
Declaration
protected virtual string GetOrderDataNamespace(EbicsVersion nVersion)
Parameters
Returns
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides