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

The TS_SECURITY_PACKET structure contains the encrypted client random value which is used together with the server random (see section ) to derive session keys to secure the connection (see sections and ).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_10_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
clientRandom byte[]
length uint

프로퍼티 상세

clientRandom 공개적으로 프로퍼티

The client random value encrypted with the public key of the server (see section ).
public byte[] clientRandom
리턴 byte[]

length 공개적으로 프로퍼티

32-bit unsigned integer. The size in bytes of the buffer containing the encrypted client random value, not including the header length.
public uint length
리턴 uint