Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
HTTP Server API
 HTTP_SERVICE_CONFIG_SSL_SET Structu...

  Switch on low bandwidth view
HTTP_SERVICE_CONFIG_SSL_SET Structure

The HTTP_SERVICE_CONFIG_SSL_SET structure is used to add a new record to the SSL store or retrieve an existing record from it. An instance of the structure is used to pass data in to the HTTPSetServiceConfiguration function through the pConfigInformation parameter or to retrieve data from the HTTPQueryServiceConfiguration function through the pOutputConfigInformation parameter when the ConfigId parameter of either function is equal to HTTPServiceConfigSSLCertInfo.

Syntax

C++
typedef struct _HTTP_SERVICE_CONFIG_SSL_SET {
  HTTP_SERVICE_CONFIG_SSL_KEY   KeyDesc;
  HTTP_SERVICE_CONFIG_SSL_PARAM ParamDesc;
}HTTP_SERVICE_CONFIG_SSL_SET, *PHTTP_SERVICE_CONFIG_SSL_SET;

Members

KeyDesc

An HTTP_SERVICE_CONFIG_SSL_KEY structure that identifies the SSL certificate record.

ParamDesc

An HTTP_SERVICE_CONFIG_SSL_PARAM structure that holds the contents of the specified SSL certificate record.

Requirements

Minimum supported clientWindows Vista, Windows XP with SP2
Minimum supported serverWindows Server 2003
HeaderHttp.h

See Also

HTTPSetServiceConfiguration
HTTPQueryServiceConfiguration
HTTP_SERVICE_CONFIG_SSL_KEY
HTTP_SERVICE_CONFIG_SSL_PARAM

Send comments about this topic to Microsoft

Build date: 7/9/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker