Class EbicsPubKeyOrderData
Inheritance
System.Object
EbicsPubKeyOrderData
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()
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsPubKeyOrderData : EbicsElement
Constructors
EbicsPubKeyOrderData(String)
Declaration
protected EbicsPubKeyOrderData(string sOrderParamsTag)
Parameters
Type |
Name |
Description |
System.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
Type |
Description |
System.String |
|
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Type |
Description |
System.String |
|
SignaturePubKeyInfo
Declaration
public EbicsPubKeyInfo SignaturePubKeyInfo { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlDocument |
xmlDocument |
|
EbicsVersion |
nVersion |
|
Returns
Type |
Description |
System.Xml.XmlElement |
|
Overrides
GetOrderDataNamespace(EbicsVersion)
Declaration
protected virtual string GetOrderDataNamespace(EbicsVersion nVersion)
Parameters
Returns
Type |
Description |
System.String |
|
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlElement |
|
EbicsVersion |
nVersion |
|
Overrides