BrowserImpersonationUserDomain Property
This property must be set when the
Username property is set to select the user security context
in which the internal browser will run. If the user is not part of a Windows domain the machine name must be used as domain name.
The default property value is empty
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string UserDomain { get; set; }
Public Property UserDomain As String
Get
Set
public:
property String^ UserDomain {
String^ get ();
void set (String^ value);
}
member UserDomain : string with get, set
Property Value
String