SignatureHelper Class |
Namespace: WorkflowGen.My.Web.UI.WebForms
The SignatureHelper type exposes the following members.
Name | Description | |
---|---|---|
SignatureHelper(String) |
Constructor of the SignatureHelper which set properties that cannot be changed after
| |
SignatureHelper(XmlDocument) |
Constructor of the SignatureHelper which set properties that cannot be changed after
| |
SignatureHelper(String, HttpClientCertificate) |
Constructor of the SignatureHelper which set properties that cannot be changed after
| |
SignatureHelper(XmlDocument, HttpClientCertificate) |
Constructor of the SignatureHelper which set properties that cannot be changed after
|
Name | Description | |
---|---|---|
CreateNewXmlSignature(String) |
Return the Xml with a new signature
| |
CreateNewXmlSignature(String, XmlNodeList) |
Return the Xml with a signature and a list of other signatures
| |
GetSignedXmlDataSet(Int32) |
Return a XML with the data included in the XML Signature
| |
GetSignedXmlDataSet(String) |
Return a XML with the data included in the XML Signature
| |
GetXmlWithoutSignature |
Return a copy of the XmlDocument after removing the all Xml Signatures
| |
IsXmlSignatureValid(Int32) |
Verify if the signature contained in the Xml is valid
| |
IsXmlSignatureValid(String) |
Verify if the signature contained in the Xml is valid
| |
SelectSignatures |
Find the Signature element in the document with the corresponding index
| |
SelectSingleSignature(Int32) |
Find the Signature element in the document with the corresponding index
| |
SelectSingleSignature(String) |
Find the Signature element in the document with the corresponding Id
|