PackageDigitalSignatureManager::VerifySignatures Method (Boolean)
.NET Framework (current version)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: