AddAttribute()

SecurityElement::AddAttribute(const String&, const String&) method

Adds attribute to tag.

void System::Security::SecurityElement::AddAttribute(const String &name, const String &value)

Arguments

ParameterTypeDescription
nameconst String&Attribute name.
valueconst String&Attribute value.

See Also