System::Security::SecurityElement::SecurityElement constructor
SecurityElement::SecurityElement(const String&) constructor
Constructor.
System::Security::SecurityElement::SecurityElement(const String &tag)
| Parameter | Type | Description |
|---|---|---|
| tag | const String& | XML tag name. |
See Also
- Class String
- Class SecurityElement
- Namespace System::Security
- Library Aspose.Font for C++
SecurityElement::SecurityElement(const String&, const String&) constructor
Constructor.
System::Security::SecurityElement::SecurityElement(const String &tag, const String &text)
| Parameter | Type | Description |
|---|---|---|
| tag | const String& | XML tag name. |
| text | const String& | XML text inside given tag. |
See Also
- Class String
- Class SecurityElement
- Namespace System::Security
- Library Aspose.Font for C++