Class EbicsOrderSignature
Holds a single order signature.
Inheritance
System.Object
EbicsOrderSignature
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 EbicsOrderSignature : EbicsElement
Constructors
EbicsOrderSignature()
Creates an empty EbicsOrderSignature instance which can be used to re-create a
previously persisted EbicsOrderSignature instance.
Declaration
public EbicsOrderSignature()
Properties
DateTimeSigned
A time stamp taken at the time of the signature creation.
Declaration
public DateTime DateTimeSigned { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DigestDataBuffer
Declaration
public EbicsDataBuffer DigestDataBuffer { get; set; }
Property Value
OrderType
Declaration
public string OrderType { get; set; }
Property Value
Type |
Description |
System.String |
This is a 3 character alphanumeric value according to the pattern [A-Z0-9]{3}, or
null if not set.
|
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Type |
Description |
System.String |
|
SignatureValue
Declaration
public EbicsDataBuffer SignatureValue { get; set; }
Property Value
SignatureVersion
Declaration
public EbicsSecurityCode SignatureVersion { get; set; }
Property Value
UserID
Declaration
public string UserID { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BuildSignatureFile()
Declaration
public EbicsDataBuffer BuildSignatureFile()
Returns
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
ParseSignatureFile(EbicsDataBuffer)
Declaration
public void ParseSignatureFile(EbicsDataBuffer dSignatureFile)
Parameters
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type |
Name |
Description |
System.Xml.XmlElement |
xmlElement |
|
EbicsVersion |
nVersion |
|
Overrides