Class EbicsPubKeyDigest
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 EbicsPubKeyDigest : EbicsElement
Constructors
EbicsPubKeyDigest(String)
Declaration
public EbicsPubKeyDigest(string sElementTag)
Parameters
Type | Name | Description |
---|---|---|
System.String | sElementTag |
Properties
DigestAlgorithm
The digest algorithm used to compute the public key digest.
Declaration
public string DigestAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
DigestValue
Declaration
public EbicsDataBuffer DigestValue { get; set; }
Property Value
Type | Description |
---|---|
EbicsDataBuffer |
ElementTag
The element tag of this instance.
Declaration
public string ElementTag { get; }
Property Value
Type | Description |
---|---|
System.String |
Version
The security operation and version.
Declaration
public EbicsSecurityCode Version { get; set; }
Property Value
Type | Description |
---|---|
EbicsSecurityCode |
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
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |