System::Security::SecurityElement::SecurityElement constructor

SecurityElement::SecurityElement(const String&) constructor

Constructor.

System::Security::SecurityElement::SecurityElement(const String &tag)
ParameterTypeDescription
tagconst String&XML tag name.

See Also

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

Constructor.

System::Security::SecurityElement::SecurityElement(const String &tag, const String &text)
ParameterTypeDescription
tagconst String&XML tag name.
textconst String&XML text inside given tag.

See Also