Méthode IEnroll4::getProviderTypeWStr (xenroll.h)
[Cette méthode n’est plus disponible à partir de Windows Server 2008 et Windows Vista.]
La méthode getProviderTypeWStr récupère le type du fournisseur de services de chiffrement (CSP) spécifié.
Syntaxe
HRESULT getProviderTypeWStr(
[in] LPCWSTR pwszProvName,
[out] LONG *plProvType
);
Paramètres
[in] pwszProvName
Pointeur vers une chaîne de caractères larges terminée par null qui contient le nom du fournisseur de solutions Cloud dont le type est demandé. Cette méthode a été définie pour la première fois dans l’interface IEnroll4 .
[out] plProvType
Pointeur vers une valeur LONG qui reçoit le type CSP. Le type csp est l’une des valeurs suivantes :
- PROV_RSA_FULL
- PROV_RSA_SIG
- PROV_DSS
- PROV_FORTEZZA
- PROV_MS_EXCHANGE
- PROV_SSL
- PROV_RSA_SCHANNEL
- PROV_DSS_DH
- PROV_DH_SCHANNEL
Valeur de retour
None
Spécifications
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | xenroll.h |
Bibliothèque | Uuid.lib |
DLL | Xenroll.dll |