SecurityElement Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the SecurityElement class with the specified tag.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- tag
-
Type:
System::String^
The tag name of an XML element.
| Exception | Condition |
|---|---|
| ArgumentNullException | The tag parameter is null. |
| ArgumentException | The tag parameter is invalid in XML. |
The tag parameter must consist of a valid XML tag name. Use Escape to remove invalid characters from the string.
The following code shows the use of the SecurityElement constructor to create a new SecurityElement object. This code example is part of a larger example provided for the SecurityElement class.
.NET Framework
Available since 1.1
Available since 1.1
Show: