Class EbicsPubKeyDigest
Inheritance
EbicsPubKeyDigest
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsPubKeyDigest : EbicsElement
Constructors
EbicsPubKeyDigest(string)
Declaration
public EbicsPubKeyDigest(string sElementTag)
Parameters
Type |
Name |
Description |
string |
sElementTag |
|
Properties
DigestAlgorithm
The digest algorithm used to compute the public key digest.
Declaration
public string DigestAlgorithm { get; set; }
Property Value
See Also
DigestValue
Declaration
public EbicsDataBuffer DigestValue { get; set; }
Property Value
ElementTag
The element tag of this instance.
Declaration
public string ElementTag { get; }
Property Value
Version
The security operation and version.
Declaration
public EbicsSecurityCode Version { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides