It can actually take screenshots of the VM
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace RemoteFrameBuffer.Common
|
||||
{
|
||||
public enum RemoteFramebufferSecurityType
|
||||
{
|
||||
Invalid = 0,
|
||||
None = 1,
|
||||
VncAuthentication = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user