CryptSIPRemoveSignedDataMsg function (mssip.h)

The CryptSIPRemoveSignedDataMsg function removes a specified Authenticode signature.

Syntax

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

Parameters

[in] pSubjectInfo

A pointer to a SIP_SUBJECTINFO structure that contains information about the message subject.

[in] dwIndex

This parameter is reserved and should be set to zero.

Return value

If the function succeeds, the function returns TRUE.

If the function fails, it returns FALSE. For extended error information, call GetLastError.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header mssip.h
Library Crypt32.lib
DLL Crypt32.dll

See also

CryptSIPGetSignedDataMsg

CryptSIPPutSignedDataMsg