Click or drag to resize

SignXMLSignXml Method (XmlDocument, Byte, String, String)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static XmlDocument SignXml(
	XmlDocument doc,
	byte[] pfx,
	string password,
	string[] elementstosign
)

Parameters

doc
Type: System.XmlXmlDocument
pfx
Type: SystemByte
password
Type: SystemString
elementstosign
Type: SystemString

Return Value

Type: XmlDocument
See Also