UploaderBaseImpersonate Method |
Impersonate the setting : if not need , return null
CuteWebUI.AjaxUploader.WindowsUsername
CuteWebUI.AjaxUploader.WindowsPassword
CuteWebUI.AjaxUploader.WindowsDomain
always use :
using(Uploader1.Impersonate())
{
code to access the files.
}
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic IDisposable Impersonate()
Public Function Impersonate As IDisposable
Return Value
Type:
IDisposable
See Also