StrongNameIdentityPermission::Name Property
.NET Framework (current version)
Gets or sets the simple name portion of the strong name identity.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentException | The value is an empty string (""). |
| NotSupportedException | The property value cannot be retrieved because it contains an ambiguous identity. |
The value of the Name property can be an exact name or can be modified by a wildcard character in the final position; for example, both MyCompany.MyDepartment.MyFile and MyCompany.MyDepartment.* are valid names. If you attempt to set the Name property to an empty string (""), an ArgumentException is thrown.
.NET Framework
Available since 1.1
Available since 1.1
Show: