HTTP_SERVICE_CONFIG_SSL_SET (Structures)
Last changed: markg@microsoft.com-131.107.71.92

.
Summary
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.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct HTTP_SERVICE_CONFIG_SSL_SET
{
     public HTTP_SERVICE_CONFIG_SSL_KEY KeyDesc;
     public HTTP_SERVICE_CONFIG_SSL_PARAM ParamDesc;
}

VB Definition:

Structure HTTP_SERVICE_CONFIG_SSL_SET
   Public TODO
End Structure

User-Defined Field Types:

HTTP_SERVICE_CONFIG_SSL_KEY

HTTP_SERVICE_CONFIG_SSL_PARAM

Notes:

None.

Documentation