Méthode | Description | |
---|---|---|
EncapsulatedPKIData ( ) : System |
Default constructor
|
|
EncapsulatedPKIData ( string tagName ) : System |
Constructor with TagName
|
|
GetXml ( ) : |
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
|
|
LoadXml ( System xmlElement ) : void |
Load state from an XML element
|
public EncapsulatedPKIData ( string tagName ) : System | ||
tagName | string | Name of the tag when serializing with GetXml |
Résultat | System |
public LoadXml ( System xmlElement ) : void | ||
xmlElement | System | XML element containing new state |
Résultat | void |