Enum TerminalServerMinimumEncryptionLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the minimum level of encryption that must be used to connect to a connection (terminal).
public enum TerminalServerMinimumEncryptionLevel
Fields
ClientCompatible = 2
The minimum encryption level is the maximum key strength supported by the client.
FIPS = 4
The minimum encryption level is FIPS 140-1.
High = 3
The minimum encryption level is the server's maximum key strength, client's that cannot support this level of encryption cannot connect.
Low = 1
The minimum encryption level is low.
Unknown = 0
The minimum encryption level is unknown.