AceoffixCtrlHTTPBasic_UserName Property |
The user name used in HTTP Basic Authentication.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic string HTTPBasic_UserName { get; set; }
Public Property HTTPBasic_UserName As String
Get
Set
<asp:AceoffixCtrl HTTPBasic_UserName="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