Méthode | Description | |
---|---|---|
OpenSession ( Instance instance, |
Opens a new Terminal Server session against the given instance with the given set of credentials.
|
|
WriteRdpFile ( string path, Instance instance, |
Creates an .rdp file with the minimal set of settings required to connect to the VM.
|
Méthode | Description | |
---|---|---|
AsHexadecimalString ( byte src ) : string | ||
CreateRdpFile ( Instance instance, |
||
EncryptPassword ( string password ) : string |
Encrypts the given password in a form that mstsc.exe will accept.
|
|
GetRdpFileName ( |
public static OpenSession ( Instance instance, |
||
instance | Instance | The Windows VM |
credentials | The credentials to use to connect. | |
Résultat | void |
public static WriteRdpFile ( string path, Instance instance, |
||
path | string | |
instance | Instance | |
credentials | ||
Résultat | void |