Skip to content

GatewayCredentialSource

Specifies the Remote Desktop Gateway (RD Gateway) credential source.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.GatewayCredentialSource

Used By

Values

UsernameAndPassword = 0

Use a user name and password.

SmartCard = 1

Use a smart card.

UseLoggedOnUserCredentials = 2

Use the credentials of the currently signed-in user.

PromptForCredentials = 3

Prompt the user for credentials.

ChooseLater = 4

Let the user or client choose the credential source later.

Any = 4

Compatibility alias for GatewayCredentialSource.ChooseLater.

CookieBasedAuthentication = 5

Use cookie-based authentication.

Back to API index

MIT Licensed