CmsAttachedSignature.VerifySignature Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies the signature contained in the signed CMS message.
public:
virtual SignatureValidationResult VerifySignature() = VerifySignature;
SignatureValidationResult VerifySignature();
public SignatureValidationResult VerifySignature();
function verifySignature()
Public Function VerifySignature () As SignatureValidationResult
Returns
The result of the signature verification operation.