WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT structure (webservices.h)

The WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT structure contains the callback function and state for validating the certificate for an HTTP connection.

Syntax

typedef struct _WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT {
  WS_CERTIFICATE_VALIDATION_CALLBACK callback;
  void                               *state;
} WS_CERTIFICATE_VALIDATION_CALLBACK_CONTEXT;

Members

callback

A WS_CERTIFICATE_VALIDATION_CALLBACK callback that is an application specific callback for validating HTTP certificates.

state

Application specific state that is made available to the callback when invoked.

Requirements

   
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h

See also

WS_CERTIFICATE_VALIDATION_CALLBACK