This documentation is archived and is not being maintained.
PackageDigitalSignatureManager::VerifySignatures Method
Visual Studio 2010
Verifies the signatures on all signed parts within the package.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- exitOnFailure
- Type: System::Boolean
true to exit on first failure; otherwise, false to continue and check all signatures.
Return Value
Type: System.IO.Packaging::VerifyResultSuccess (value 0) if all signatures are verified successfully; otherwise, an enumeration that identifies the error.
This method verifies only the digital signatures; it does not verify the related X.509 certificates. The VerifyCertificate method can be used to verify the X.509 certificates.
The following example shows how to use this method to validate all signed parts within a package. For the complete sample, see Creating a Package with a Digital Signature Sample.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: