ContextImpersonationOptionsDomain Property

The user Windows domain name. This property together with Username property define the user to logon before execution. If the user is not part of a Windows domain the machine name can be used. By default this property is not set.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public string Domain { get; set; }

Property Value

String

See Also