This documentation is archived and is not being maintained.
VerifyResult Enumeration
Visual Studio 2010
Specifies the result of a certificate or signature verification.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| Success | The verification was successful. | |
| InvalidSignature | The signature is not valid. | |
| CertificateRequired | The X.509 certificate is not available to verify the signature. | |
| InvalidCertificate | The X.509 certificate is not valid. | |
| ReferenceNotFound | A reference relationship to the signature was not found. | |
| NotSigned | The specified package or part has no signature. |
The following example shows how to use the VerifyResult enumeration.
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: