HttpAuthenticationUseCurrentUserCredentials Property
When this property is true the converter will send the current user credentials to resolve the NTLM authentication.
If
Username was set with a value this property is ignored. The default property value is true
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool UseCurrentUserCredentials { get; set; }
Public Property UseCurrentUserCredentials As Boolean
Get
Set
public:
property bool UseCurrentUserCredentials {
bool get ();
void set (bool value);
}
member UseCurrentUserCredentials : bool with get, set
Property Value
Boolean