Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Util.RunAsUserParams

Summary

Specifies credentials and settings required to run a process as a different user.

Constructors

RunAsUserParams(string username, SecureString password, bool loadProfile = false, string domain = null)
Constructor.
RunAsUserParams(string username, string password, bool loadProfile = false, string domain = null)

Instance properties

stringSpecifies the ActiveDirectory domain of the required user account.
boolGets a value indicating whether the user profile is to be loaded, which can be time-consuming.
SecureStringGets the password for the RunAsUserParams.Username account.
stringGets the name of the user account under which to run the process.