CredentialConfiguration
The credential configuration used to log on to the remote desktop session.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Connection.CredentialConfigurationProperties
Domain (string?) ↗
Specifies the domain to which the current user logs on.
NetworkLevelAuthentication (bool) ↗
Specifies whether the Credential Security Service Provider (CredSSP) is enabled for this connection. This maps to NLA/CredSSP support for both embedded and external sessions.
Password (SensitiveString?) ↗
Sets the Remote Desktop ActiveX control password in plaintext format. The password is passed to the server in the safely encrypted RDP communications channel. After a plaintext password is set, it cannot be retrieved in plaintext format.
PasswordContainsSmartCardPin (bool)
Indicates that the password contains a smart card personal identification number (PIN). Minimum required RDP Version 6 or higher. Experimental feature!
Username (string?) ↗
Specifies the user name logon credential.
