NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IIdentity.Name

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;

Property Value

The user name as passed to the NGWS runtime by the operating system or other authentication provider (such as ASP+).

Remarks

Name will typically be set to the empty string for an unauthenticated entity, but need not be.

See Also

IIdentity Interface | IIdentity Members | System.Security.Principal Namespace