Returns an XML element to be added to the specified XML document. The element is added as an immediate child of the <Security> header element.

Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public MustOverride Function GetSecurityHeaderXml ( _
	doc As XmlDocument _
) As XmlElement
C#
public abstract XmlElement GetSecurityHeaderXml(
	XmlDocument doc
)
Visual C++
public:
virtual XmlElement^ GetSecurityHeaderXml(
	XmlDocument^ doc
) abstract
JavaScript
function getSecurityHeaderXml(doc);

Parameters

doc
Type: System.Xml..::.XmlDocument
The XML document to which the returned XML element will be added.

Return Value

An XmlElement object.

ToggleSee Also