HttpWorkerRequest::GetUserToken Method ()

 

When overridden in a derived class, returns the client's impersonation token.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual IntPtr GetUserToken()

Return Value

Type: System::IntPtr

A value representing the client's impersonation token. The default is 0.

.NET Framework
Available since 1.1
Return to top
Show: