Partager via


RemoteAccessUser.Impersonate Method ()

 

Impersonates a Windows user that corresponds to the current user.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public IDisposable Impersonate()
public:
IDisposable^ Impersonate()
Public Function Impersonate As IDisposable

Return Value

Type: System.IDisposable

An instance of IDisposable.

See Also

RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top