3.1.1.3 WDS Server Configuration

The following properties are stored for WDS server configuration.

AllowUDP: A Boolean value that, when set to TRUE (0x00000001), specifies that the server MUST listen for WDS Multicast Session Initiation Protocol packets on the UDP port (section 1.9).

ServerSecurityMode: A numeric value that specifies the server security mode (section 2.2.1). Section 3.1.5.1 specifies the list of supported security mode.

ClientSecurityMode: A numeric value that specifies the client security mode (section 2.2.1). Section 3.1.5.1 specifies the list of supported security modes.

SignKey: An RSA public/private key pair that is used by the server if the ServerSecurityMode field is set to WDSMCTP_SEC_SIGN.

HashKey: A cryptographic key that is used by the server when ServerSecurityMode is set to WDSMCTP_SEC_HASH or WDSMCTP_SEC_SIGN. This key is also used by the client when the ClientSecurityMode field is set to WDSMCTP_SEC_HASH.

HashAlgId: A numeric value that specifies the Cryptographic Hash algorithm to use if security mode is set to WDSMCTP_SEC_HASH or WDSMCTP_SEC_SIGN.

HMACAlgId: A numeric value that specifies the Cryptographic HMAC algorithm to use if security mode is set to WDSMCTP_SEC_HASH.