structure WS_CUSTOM_CERT_CREDENTIAL (webservices.h)

Type permettant de spécifier des informations d’identification de certificat qui doivent être fournies par un rappel à l’application. Ce rappel est appelé pour obtenir le certificat pendant WsOpenChannel côté client et pendant WsOpenListener côté serveur. Il est toujours appelé court.

Syntaxe

typedef struct _WS_CUSTOM_CERT_CREDENTIAL {
  WS_CERT_CREDENTIAL                        credential;
  WS_GET_CERT_CALLBACK                      getCertCallback;
  void                                      *getCertCallbackState;
  WS_CERT_ISSUER_LIST_NOTIFICATION_CALLBACK certIssuerListNotificationCallback;
  void                                      *certIssuerListNotificationCallbackState;
} WS_CUSTOM_CERT_CREDENTIAL;

Membres

credential

Type de base à partir duquel ce type et tous les autres types d’informations d’identification de certificat dérivent.

getCertCallback

Rappel pour obtenir le certificat.

getCertCallbackState

État à passer lors de l’appel du rappel.

certIssuerListNotificationCallback

certIssuerListNotificationCallbackState

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau uniquement]
En-tête webservices.h