• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsPubKeyOrderData

    Inheritance
    System.Object
    EbicsElement
    EbicsPubKeyOrderData
    EbicsHCARequestOrderData
    EbicsHCSRequestOrderData
    EbicsHIARequestOrderData
    EbicsSignaturePubKeyOrderData
    Inherited Members
    EbicsElement.BuildXmlDocument(EbicsVersion)
    EbicsElement.Load(Stream, EbicsVersion)
    EbicsElement.Load(String, EbicsVersion)
    EbicsElement.Save(Stream, EbicsVersion)
    EbicsElement.Save(String, EbicsVersion)
    EbicsElement.FromBuffer(EbicsDataBuffer, EbicsVersion)
    EbicsElement.ToBuffer(EbicsVersion)
    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 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
    Type Description
    EbicsPubKeyInfo

    EncryptionPubKeyInfo

    Declaration
    public EbicsPubKeyInfo EncryptionPubKeyInfo { get; set; }
    Property Value
    Type Description
    EbicsPubKeyInfo

    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
    Type Description
    EbicsPubKeyInfo

    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
    EbicsElement.BuildXml(XmlDocument, EbicsVersion)

    GetOrderDataNamespace(EbicsVersion)

    Declaration
    protected virtual string GetOrderDataNamespace(EbicsVersion nVersion)
    Parameters
    Type Name Description
    EbicsVersion nVersion
    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
    EbicsElement.ParseXml(XmlElement, EbicsVersion)
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH