SSTP_CERT_INFO struttura (mprapi.h)
La struttura SSTP_CERT_INFO contiene informazioni su un certificato basato su SSTP (Secure Socket Tunneling Protocol).
Sintassi
typedef struct _SSTP_CERT_INFO {
BOOL isDefault;
CRYPT_HASH_BLOB certBlob;
} SSTP_CERT_INFO, *PSSTP_CERT_INFO;
Members
isDefault
Valore TRUE se si tratta della modalità predefinita e FALSE in caso contrario.
certBlob
Struttura CRYPT_HASH_BLOB contenente l'hash del certificato basato su SSTP.
Il membro cbData contiene la lunghezza, in byte, dell'hash del certificato nel membro pbData . Se cbData è zero, la configurazione del certificato SSTP viene pulita e il servizio SSTP sceglie automaticamente un certificato valido. L'algoritmo hash usato per calcolare pbData è definito dal membro certAlgorithm della struttura SSTP_CONFIG_PARAMS .
Requisiti
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |