asp.net.ph

HttpWorkerRequest.GetUserToken Method

System.Web Namespace   HttpWorkerRequest Class


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

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetUserToken ( ) As IntPtr

[ C# ]
 [ ComVisible ( false ) ] 
public virtual IntPtr GetUserToken ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual IntPtr GetUserToken ( );

[ JScript ]
public ComVisible ( false ) 
function GetUserToken ( ) : IntPtr;

Return Value

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

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note