System::Security::SecurityElement::AddAttribute 方法

SecurityElement::AddAttribute method

向标签添加属性。

void System::Security::SecurityElement::AddAttribute(const String &name, const String &value)
参数类型描述
nameconst String&Attribute 名称。
valueconst String&Attribute 值。

另见