AceoffixCtrlHTTPBasic_Password Property |
The password used in HTTP Basic Authentication.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string HTTPBasic_Password { get; set; }
Public Property HTTPBasic_Password As String
Get
Set
<asp:AceoffixCtrl HTTPBasic_Password="String" />
Property Value
Type:
String
RemarksIf 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