IWSDSignatureProperty::IsMessageSigned method (wsdbase.h)

Specifies if a message is signed.

Syntax

HRESULT IsMessageSigned(
  [out] BOOL *pbSigned
);

Parameters

[out] pbSigned

A pointer to a boolean that specifies if a message signature is signed.

Return value

Possible return values include, but are not limited to, the following.

Return code Description
S_OK
Method succeeded.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header wsdbase.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDSignatureProperty