10 lines
170 B
C#
10 lines
170 B
C#
namespace RemoteFrameBuffer.Common
|
|
{
|
|
public enum RemoteFramebufferSecurityType
|
|
{
|
|
Invalid = 0,
|
|
None = 1,
|
|
VncAuthentication = 2,
|
|
}
|
|
}
|