Fonction CryptSIPRemoveSignedDataMsg (mssip.h)
La fonction CryptSIPRemoveSignedDataMsg supprime une signature Authenticode spécifiée.
Syntaxe
BOOL CryptSIPRemoveSignedDataMsg(
[in] SIP_SUBJECTINFO *pSubjectInfo,
[in] DWORD dwIndex
);
Paramètres
[in] pSubjectInfo
Pointeur vers une structure de SIP_SUBJECTINFO qui contient des informations sur l’objet du message.
[in] dwIndex
Ce paramètre est réservé et doit être défini sur zéro.
Valeur retournée
Si la fonction réussit, la fonction retourne TRUE.
Si la fonction échoue, elle retourne FALSE. Pour obtenir des informations d’erreur étendues, appelez GetLastError.
Configuration requise
Condition requise | Valeur |
---|---|
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 | mssip.h |
Bibliothèque | Crypt32.lib |
DLL | Crypt32.dll |