struttura SSTP_CONFIG_PARAMS (mprapi.h)
La struttura SSTP_CONFIG_PARAMS viene usata per ottenere e impostare la configurazione del dispositivo per Secure Socket Tunneling Protocol (SSTP) in un server RAS.
Sintassi
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
Valore che specifica il numero di porte configurate nel server RRAS per accettare connessioni SSTP. I valori massimi per dwNumPorts sono elencati nella tabella seguente. Il valore zero non è consentito.
Valore | Significato |
---|---|
|
Windows Web Server 2008 |
|
Windows Server 2008 Standard |
|
Windows Server 2008 Datacenter e Windows Server 2008 Enterprise |
dwPortFlags
Valore che specifica il tipo di porte configurate nel server RRAS per SSTP. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Se impostato, RAS è abilitato nel dispositivo. |
isUseHttps
Valore TRUE se viene usato HTTPS e FALSE in caso contrario.
certAlgorithm
Valore che specifica l'algoritmo hash del certificato utilizzato. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Algoritmo hash SHA a 256 bit |
sstpCertDetails
Struttura SSTP_CERT_INFO che contiene l'hash del certificato basato su SSTP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |