AddChild()

SecurityElement::AddChild(SecurityElement) method

Adds child tag.

void System::Security::SecurityElement::AddChild(SecurityElement child)

Arguments

ParameterTypeDescription
childSecurityElementTag to add as a child.

See Also