Name of the user on whose behalf the code is running.
[Visual Basic] ReadOnly Property Name As String [C#] string Name {get;} [C++] String* get_Name() = 0; [JScript] abstract function get Name() : String;
The user name as passed to the NGWS runtime by the operating system or other authentication provider (such as ASP+).
Name will typically be set to the empty string for an unauthenticated entity, but need not be.
IIdentity Interface | IIdentity Members | System.Security.Principal Namespace