IWSDSignatureProperty::IsMessageSignatureTrusted method (wsdbase.h)
Specifies if a message signature is trusted.
Syntax
HRESULT IsMessageSignatureTrusted(
[out] BOOL *pbSignatureTrusted
);
Parameters
[out] pbSignatureTrusted
A pointer to a boolean that specifies if a message signature is trusted.
Return value
Possible return values include, but are not limited to, the following.
Return code | Description |
---|---|
|
Method succeeded. |
Remarks
A message is trusted if the signing certificate is among one of the certificates or in the certificate store passed down by the calling application in the WSDCreateDiscoveryProvider2 call.
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 |