GatewayCredentialSource
Specifies the Remote Desktop Gateway (RD Gateway) credential source.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.GatewayCredentialSourceUsed By
- GatewayConfiguration
- IRdpClient
- RdpClient12
- RdpClient11
- RdpClient10
- RdpClient9
- RdpClient8
- RdpClient7
- RdpClient2
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.
