2.2.1.2.141 SSTP_CONFIG_PARAMS_1

The SSTP_CONFIG_PARAMS_1 structure<128> be used to get or set the device configuration for SSTP on a RAS Server [MS-SSTP].

 typedef struct _SSTP_CONFIG_PARAMS_1 {
   DWORD dwNumPorts;
   DWORD dwPortFlags;
   BOOL isUseHttps;
   DWORD certAlgorithm;
   SSTP_CERT_INFO_1 sstpCertDetails;
 } SSTP_CONFIG_PARAMS_1,
  *PSSTP_CONFIG_PARAMS_1;

dwNumPorts: Specifies the number of ports configured on that (SSTP) device. This value cannot exceed the server port limit.<129>

dwPortFlags: Specifies the type of port configured on SSTP devices. Possible flag values are as follows.

Value

Meaning

MPR_ENABLE_RAS_ON_DEVICE

0x00000001

Remote Access is enabled for SSTP.

isUseHttps: MUST be set to TRUE if HTTPS used, MUST be set to FALSE if HTTPS is not used.

certAlgorithm: MUST be set to 0x0000800C.

sstpCertDetails: MUST be a SSTP_CERT_INFO_1 structure.