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

The TS_UD_CS_SEC data block contains security-related information used to advertise client cryptographic support. This information is only relevant when Standard RDP Security is in effect, as opposed to Enhanced RDP Security. See sections and for a detailed discussion of how this information is used.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_3_3.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
encryptionMethods encryptionMethod_Values
extEncryptionMethods uint
header TS_UD_HEADER

프로퍼티 상세

encryptionMethods 공개적으로 프로퍼티

A 32-bit unsigned integer. Cryptographic methods supported by the client and used in conjunction with Standard RDP Security (see section ).
public encryptionMethod_Values encryptionMethods
리턴 encryptionMethod_Values

extEncryptionMethods 공개적으로 프로퍼티

A 32-bit unsigned integer. This field is used exclusively for the French locale. In French locale clients, encryptionMethods MUST be set to 0 and extEncryptionMethods MUST be set to the value to which encryptionMethods would have been set. For non-French locale clients, this field MUST be set to 0.
public uint extEncryptionMethods
리턴 uint

header 공개적으로 프로퍼티

GCC user data block header as described in User Data Header. The User Data Header type field MUST be set to CS_SECURITY (0xC002).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
리턴 TS_UD_HEADER