Skip to content

ExternalAppCredentialOptions

Defines credential options used for process launch.

Type

csharp
RoyalApps.Community.ExternalApps.WinForms.Options.ExternalAppCredentialOptions

Used By

Properties

Domain (string?)

Gets or sets the domain used for alternate-credential process launch.

LoadUserProfile (bool)

Gets or sets a value indicating whether the user profile should be loaded when alternate credentials are used.

Password (string?)

Gets or sets the password used for alternate-credential process launch.

UseCredentials (bool)

Gets or sets a value indicating whether alternate credentials should be used for process launch.

Username (string?)

Gets or sets the user name used for alternate-credential process launch.

Back to API index

MIT Licensed