namespace RemoteFrameBuffer.Common { public enum RemoteFramebufferSecurityType { Invalid = 0, None = 1, VncAuthentication = 2, } }