AuthenticationLevel
Specifies the server authentication level used for the connection.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.AuthenticationLevelUsed By
- IRdpClient
- RdpClient12
- RdpClient11
- RdpClient10
- RdpClient9
- RdpClient8
- RdpClient7
- RdpClient2
- SecurityConfiguration
Values
NoAuthenticationOfServer = 0
Do not authenticate the server.
ServerAuthenticationRequired = 1
Require server authentication before the connection can proceed.
PromptIfAuthenticationFails = 2
Attempt server authentication and prompt the user if authentication fails.
