Click or drag to resize

Impersonation Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.SecurityImpersonation

Namespace:  Dynamicweb.Security
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public class Impersonation : IDisposable

The Impersonation type exposes the following members.

Constructors
  NameDescription
Public methodImpersonation
Initializes a new instance of the Impersonation class
Top
Properties
  NameDescription
Public propertyStatic memberDomainName
Public propertySuccess
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the Impersonation
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Impersonation and optionally releases the managed resources
Public methodStatic memberHostingImpersonateCredentials
Public methodImpersonate(String, String)
Public methodImpersonate(String, String, String)
Public methodStatic memberImpersonateByCredentials
Public methodStatic memberImpersonateByFormRequest
Public methodImpersonateEnd
Top
See Also