Click or drag to resize
AceoffixCtrlHTTPBasic_Password Property
The password used in HTTP Basic Authentication.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public string HTTPBasic_Password { 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