SSTP_CERT_INFO structure (mprapi.h)

The SSTP_CERT_INFO structure contains information about a Secure Socket Tunneling Protocol (SSTP) based certificate.

Syntax

typedef struct _SSTP_CERT_INFO {
  BOOL            isDefault;
  CRYPT_HASH_BLOB certBlob;
} SSTP_CERT_INFO, *PSSTP_CERT_INFO;

Members

isDefault

A value that is TRUE if this is the default mode, and FALSE otherwise.

Note  Default mode is when the administrator has not explicitly configured the device and the SSTP service automatically chooses a valid certificate.
 

certBlob

A CRYPT_HASH_BLOB structure that contains the SSTP based certificate hash.

The cbData member contains the length, in bytes, of the certificate hash in the pbData member. If cbData is zero, the SSTP certificate configuration is cleaned and the SSTP service automatically chooses a valid certificate. The hashing algorithm used to calculate pbData is defined by the certAlgorithm member of the SSTP_CONFIG_PARAMS structure.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header mprapi.h

See also

MPRAPI_TUNNEL_CONFIG_PARAMS

Router Management Reference

Router Management Structures

SSTP_CONFIG_PARAMS