Partager via


Fonction PstMapCertificate (certpoleng.h)

Récupère une structure qui spécifie des informations qui peuvent être utilisées pour créer un jeton d’utilisateur associé au certificat spécifié.

Syntaxe

NTSTATUS PstMapCertificate(
  [in]  PCCERT_CONTEXT             pCert,
  [out] LSA_TOKEN_INFORMATION_TYPE *pTokenInformationType,
  [out] PVOID                      *ppTokenInformation
);

Paramètres

[in] pCert

Pointeur constant vers une structure de CERT_CONTEXT qui spécifie le certificat pour lequel obtenir des informations de jeton.

[out] pTokenInformationType

Pointeur vers une valeur de l’énumération LSA_TOKEN_INFORMATION_TYPE qui indique le type de structure vers lequel pointe le paramètre ppTokenInformation .

[out] ppTokenInformation

Adresse d’un pointeur vers une structure qui spécifie les informations qui peuvent être utilisées pour créer un jeton utilisateur.

Valeur retournée

Si la fonction réussit, retournez STATUS_SUCCESS.

Si la fonction échoue, retourne un code NTSTATUS qui indique la raison de son échec.

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 certpoleng.h
Bibliothèque Certpoleng.lib
DLL Certpoleng.dll