C# Class Microsoft.Xades.IssuerSerial

The element IssuerSerial contains the identifier of one of the certificates referenced in the sequence
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

IssuerSerial ( ) : 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

IssuerSerial() public méthode

Default constructor
public IssuerSerial ( ) : 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