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

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

공개 프로퍼티들

프로퍼티 타입 설명
dataSignature byte[]

공개 메소드들

메소드 설명
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

프로퍼티 상세

dataSignature 공개적으로 프로퍼티

The message authentication code (MAC) generated over the packet, using one of the techniques described in Non-FIPS.
public byte[] dataSignature
리턴 byte[]