SSTP_CONFIG_PARAMS structure (mprapi.h)
The SSTP_CONFIG_PARAMS structure is used to get and set the device configuration for Secure Socket Tunneling Protocol (SSTP) on a RAS Server.
Syntax
typedef struct _SSTP_CONFIG_PARAMS {
DWORD dwNumPorts;
DWORD dwPortFlags;
BOOL isUseHttps;
DWORD certAlgorithm;
SSTP_CERT_INFO sstpCertDetails;
} SSTP_CONFIG_PARAMS, *PSSTP_CONFIG_PARAMS;
Members
dwNumPorts
A value that specifies the number of ports configured on the RRAS server to accept SSTP connections. The maximum values for dwNumPorts are listed in the following table. The value zero is not allowed.
Value | Meaning |
---|---|
|
Windows Web Server 2008 |
|
Windows Server 2008 Standard |
|
Windows Server 2008 Datacenter and Windows Server 2008 Enterprise |
dwPortFlags
A value that specifies the type of ports configured on the RRAS server for SSTP. The following values are supported:
Value | Meaning |
---|---|
|
If set, RAS is enabled on the device. |
isUseHttps
A value that is TRUE if HTTPS is used and FALSE otherwise.
certAlgorithm
A value that specifies the certificate hashing algorithm used. The following values are supported:
Value | Meaning |
---|---|
|
256-bit SHA hashing algorithm |
sstpCertDetails
An SSTP_CERT_INFO structure that contains the SSTP based certificate hash.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | mprapi.h |