Click or drag to resize

EncryptXMLX509SignXml Method

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 void SignXml(
	XmlDocument xmlDoc,
	string elementtag,
	string x509subject
)

Parameters

xmlDoc
Type: System.XmlXmlDocument
elementtag
Type: SystemString
x509subject
Type: SystemString
See Also