C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetXml() публичный Метод

Returns the XML representation of the this object
public GetXml ( ) : XmlElement
Результат System.Xml.XmlElement

HasChanged() публичный Метод

Check to see if something has changed in this instance and needs to be serialized
public HasChanged ( ) : bool
Результат bool

HashDataInfo() публичный Метод

Default constructor
public HashDataInfo ( ) : System
Результат System

LoadXml() публичный Метод

Load state from an XML element
public LoadXml ( System xmlElement ) : void
xmlElement System XML element containing new state
Результат void