GenericIdentity Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the GenericIdentity class representing the user with the specified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The name of the user on whose behalf the code is running.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
The following code shows the use of the GenericIdentity constructor. This code example is part of a larger example provided for the GenericIdentity class.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: