encryptionlevel

package
v0.0.0-...-51074a1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value byte

Value identifies a remote desktop services encryption level.

const (
	None             Value = 0 // ENCRYPTION_LEVEL_NONE
	Low              Value = 1 // ENCRYPTION_LEVEL_LOW
	ClientCompatible Value = 2 // ENCRYPTION_LEVEL_CLIENT_COMPATIBLE
	High             Value = 3 // ENCRYPTION_LEVEL_HIGH
	FIPS             Value = 4 // ENCRYPTION_LEVEL_FIPS
)

RDP encryption levels.

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/f1c7c93b-94cc-4551-bb90-532a0185246a

func (Value) String

func (v Value) String() string

String returns a string representation of the encryption level.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL