System::Security::SecurityElement::AddAttribute method

SecurityElement::AddAttribute method

Adds attribute to tag.

void System::Security::SecurityElement::AddAttribute(const String &name, const String &value)
ParameterTypeDescription
nameconst String&Attribute name.
valueconst String&Attribute value.

See Also