System::Security::SecurityElement::SearchForChildByTag method

SecurityElement::SearchForChildByTag method

Gets child tag by name.

SecurityElement System::Security::SecurityElement::SearchForChildByTag(const String &tag)
ParameterTypeDescription
tagconst String&Tag name to look for.

ReturnValue

Child element or null if not found.

See Also