Click or drag to resize
AceoffixCtrlHTTPBasic_UserName Property
The user name used in HTTP Basic Authentication.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string HTTPBasic_UserName { get; set; }

Property Value

Type: String
Remarks
If your website use HTTP Basic Authentication or Windows integrated authentication, you should set the user name and password to ensure that AceoffixCtrl can succeed to save the document.
See Also