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

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public bool UseCurrentUserCredentials { get; set; }

Property Value

Boolean

See Also