Files
PVabel2026/RemoteFrameBuffer/Common/RemoteFramebufferSecurityType.cs

10 lines
170 B
C#

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