Click or drag to resize

DriveSettingsImpersonate Field

IT Hit WebDAV Classes Reference
Specifies if to use current user credentials when accessing WebDAV server.

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public bool Impersonate

Field Value

Type: Boolean
Default is false.
Remarks
If this option is set to true, when accessing WebDAV server, the drive will act on behalf of the user accessing the drive. The user name and password are ignored in this case.
See Also