C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_SECURITY_HEADER

The TS_SECURITY_HEADER structure is attached to server-to-client traffic when the Encryption Level selected by the server (see sections and ) is ENCRYPTION_LEVEL_LOW (1).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_7_1_1_2_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags TS_SECURITY_HEADER_flags_Values
flagsHi ushort

공개 메소드들

메소드 설명
Clone ( ) : TS_SECURITY_HEADER

Create an instance of the class that is identical to the current PDU.

메소드 상세

Clone() 공개 메소드

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : TS_SECURITY_HEADER
리턴 TS_SECURITY_HEADER

프로퍼티 상세

flags 공개적으로 프로퍼티

A 16-bit unsigned integer. The information flags describing properties of the attached data.
public TS_SECURITY_HEADER_flags_Values flags
리턴 TS_SECURITY_HEADER_flags_Values

flagsHi 공개적으로 프로퍼티

A 16-bit unsigned integer. This field is reserved for future RDP needs. It is currently unused and all values are ignored. This field will contain valid data only if the SEC_FLAGSHI_VALID bit (0x8000) is set in the flags field. If this bit is not set, the flagsHi field is uninitialized and can contain any 16-bit unsigned integer value.
public ushort flagsHi
리턴 ushort