C# Class Microsoft.Xades.HashDataInfo

The HashDataInfo class contains a uri attribute referencing a data object and a ds:Transforms element indicating the transformations to make to this data object. The sequence of HashDataInfo elements will be used to produce the input of the hash computation process whose result will be included in the timestamp request to be sent to the TSA.
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetXml ( ) : XmlElement

Returns the XML representation of the this object

HasChanged ( ) : bool

Check to see if something has changed in this instance and needs to be serialized

HashDataInfo ( ) : System

Default constructor

LoadXml ( System xmlElement ) : void

Load state from an XML element

Method Details

GetXml() public method

Returns the XML representation of the this object
public GetXml ( ) : XmlElement
return System.Xml.XmlElement

HasChanged() public method

Check to see if something has changed in this instance and needs to be serialized
public HasChanged ( ) : bool
return bool

HashDataInfo() public method

Default constructor
public HashDataInfo ( ) : System
return System

LoadXml() public method

Load state from an XML element
public LoadXml ( System xmlElement ) : void
xmlElement System XML element containing new state
return void