SecurityElement()

SecurityElement::SecurityElement(const String&) constructor

Constructor.

System::Security::SecurityElement::SecurityElement(const String &tag)

Arguments

ParameterTypeDescription
tagconst String&XML tag name.

SecurityElement::SecurityElement(const String&, const String&) constructor

Constructor.

System::Security::SecurityElement::SecurityElement(const String &tag, const String &text)

Arguments

ParameterTypeDescription
tagconst String&XML tag name.
textconst String&XML text inside given tag.

See Also