Skip to content

AuthenticationLevel

Specifies the server authentication level used for the connection.

Type

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

Used By

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.

Back to API index

MIT Licensed