Files
PVabel2026/RemoteFrameBuffer/Common/RemoteFramebufferSecurityType.cs

10 lines
170 B
C#
Raw Normal View History

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