Click or drag to resize

ImpersonatingTargetWrapper Properties

The ImpersonatingTargetWrapper type exposes the following members.

Properties
  NameDescription
Public propertyDomain
Gets or sets Windows domain name to change context to.
Public propertyImpersonationLevel
Gets or sets the required impersonation level.
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyLogOnProvider
Gets or sets the type of the logon provider.
Public propertyLogOnType
Gets or sets the Logon Type.
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyPassword
Gets or sets the user account password.
Public propertyRevertToSelf
Gets or sets a value indicating whether to revert to the credentials of the process instead of impersonating another user.
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Public propertyUserName
Gets or sets username to change context to.
Public propertyWrappedTarget
Gets or sets the target that is wrapped by this target.
(Inherited from WrapperTargetBase.)
Top
See Also