Méthode IWSDSSLClientCertificate ::GetClientCertificate (wsdbase.h)
Obtient le certificat client.
Syntaxe
HRESULT GetClientCertificate(
[in, out] PCCERT_CONTEXT *ppCertContext
);
Paramètres
[in, out] ppCertContext
Pointeur vers une structure CERT_CONTEXT qui contient le certificat SSL client. Une fois l’opération terminée, l’appelant doit libérer cette mémoire en appelant CertFreeCertificateContext.
Valeur retournée
Les valeurs de retour possibles incluent, sans s’y limiter, les éléments suivants.
Code de retour | Description |
---|---|
|
La méthode a réussi. |
|
Un certificat n’est pas disponible. |
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] |
Plateforme cible | Windows |
En-tête | wsdbase.h (inclure Wsdapi.h) |
DLL | Wsdapi.dll |