Class XmlSignatureStarter
Inheritance
XmlSignatureStarter
Assembly: Lacuna.RestPki.Client.dll
Syntax
public abstract class XmlSignatureStarter : SignatureStarter
Constructors
|
Improve this Doc
View Source
XmlSignatureStarter(RestPkiClient)
Declaration
public XmlSignatureStarter(RestPkiClient client)
Parameters
Fields
|
Improve this Doc
View Source
InsertionOption
Declaration
protected XmlInsertionOptions? InsertionOption
Field Value
| Type |
Description |
| Nullable<Lacuna.RestPki.Api.XmlSignature.XmlInsertionOptions> |
|
|
Improve this Doc
View Source
Nsm
Declaration
protected NamespaceManager Nsm
Field Value
|
Improve this Doc
View Source
SignatureElementId
Declaration
protected string SignatureElementId
Field Value
|
Improve this Doc
View Source
Xml
Declaration
Field Value
|
Improve this Doc
View Source
XPath
Declaration
Field Value
Methods
|
Improve this Doc
View Source
SetSignatureElementId(String)
Declaration
public void SetSignatureElementId(string id)
Parameters
| Type |
Name |
Description |
| String |
id |
|
|
Improve this Doc
View Source
SetSignatureElementLocation(String, XmlInsertionOptions, NamespaceManager)
Declaration
public void SetSignatureElementLocation(string xpath, XmlInsertionOptions insertionOption, NamespaceManager nsm = null)
Parameters
| Type |
Name |
Description |
| String |
xpath |
|
| Lacuna.RestPki.Api.XmlSignature.XmlInsertionOptions |
insertionOption |
|
| NamespaceManager |
nsm |
|
|
Improve this Doc
View Source
SetXml(Byte[])
Declaration
public void SetXml(byte[] xmlDocumentBytes)
Parameters
| Type |
Name |
Description |
| Byte[] |
xmlDocumentBytes |
|
|
Improve this Doc
View Source
SetXml(String)
Declaration
public void SetXml(string XmlDocumentPath)
Parameters
| Type |
Name |
Description |
| String |
XmlDocumentPath |
|