HtmlConverterBaseAuthentication Property
The object exposed by this propery encapsulates a username and a password that can be used
to access web pages requiring HTTP authentication
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public HttpAuthentication Authentication { get; }
Public ReadOnly Property Authentication As HttpAuthentication
Get
public:
property HttpAuthentication^ Authentication {
HttpAuthentication^ get ();
}
member Authentication : HttpAuthentication with get
Property Value
HttpAuthentication