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.
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

HasChanged() public méthode

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

HashDataInfo() public méthode

Default constructor
public HashDataInfo ( ) : System
Résultat System

LoadXml() public méthode

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