C# Class 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
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
encryptionMethods encryptionMethod_Values
extEncryptionMethods uint
header TS_UD_HEADER

Property Details

encryptionMethods public property

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
return encryptionMethod_Values

extEncryptionMethods public property

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
return uint

header public property

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
return TS_UD_HEADER