public class BrowserImpersonation
Public Class BrowserImpersonation
public ref class BrowserImpersonation
type BrowserImpersonation = class end
BrowserImpersonation | Initializes a new instance of the BrowserImpersonation class |
AutoLogon | This property has effect only when Username is also set. It controls if the logon of the user is automatic or explicit. The default property value is true |
ImpersonateCurrentUser | When this property is true the internal browser will run in the security context of user calling the converter. The default property value is false |
Password | The password of the user which will run the internal browser. This property must be set when the Username property is set. The default property value is empty |
UserDomain | 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 |
Username | When this property is not empty the converter will try to run the internal browser in the security context of the user given by this property and the UserDomain property. The default property value is empty |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |