Función CryptSIPRemoveSignedDataMsg (mssip.h)

La función CryptSIPRemoveSignedDataMsg quita una firma Authenticode especificada.

Sintaxis

BOOL CryptSIPRemoveSignedDataMsg(
  [in] SIP_SUBJECTINFO *pSubjectInfo,
  [in] DWORD           dwIndex
);

Parámetros

[in] pSubjectInfo

Puntero a una estructura SIP_SUBJECTINFO que contiene información sobre el asunto del mensaje.

[in] dwIndex

Este parámetro está reservado y debe establecerse en cero.

Valor devuelto

Si la función se ejecuta correctamente, la función devuelve TRUE.

Si se produce un error en la función, devuelve FALSE. Para obtener información de error extendida, llame a GetLastError.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Plataforma de destino Windows
Encabezado mssip.h
Library Crypt32.lib
Archivo DLL Crypt32.dll

Consulte también

CryptSIPGetSignedDataMsg

CryptSIPPutSignedDataMsg